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

Fix color of no editor messages in dark mode

GitOrigin-RevId: db0f69a634b0531e75ce8e4c89e064cda7d5bec9
This commit is contained in:
David
2025-10-15 09:45:11 +01:00
committed by Copybot
parent f1982e993c
commit 88b1b3360c

View File

@@ -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;