Ver Fonte

Merge pull request #29042 from overleaf/dp-no-file-dark-mode

Fix color of no editor messages in dark mode

GitOrigin-RevId: db0f69a634b0531e75ce8e4c89e064cda7d5bec9
David há 10 meses atrás
pai
commit
88b1b3360c

+ 11 - 0
services/web/frontend/stylesheets/pages/editor/file-view.scss

@@ -1,3 +1,14 @@
+.ide-redesign-main {
+  .no-file-selection-message,
+  .multi-selection-message {
+    --bs-heading-color: var(--content-primary-themed);
+  }
+
+  .file-view .no-preview {
+    color: var(--content-secondary-themed);
+  }
+}
+
 .file-view {
   padding: var(--spacing-05);
   text-align: center;