Set default new text fill color depending on background color (#6998)

This commit is contained in:
Elena Torró
2025-07-31 12:31:54 +02:00
committed by GitHub
parent d7ec8ccbc0
commit 76d725559e
4 changed files with 54 additions and 13 deletions

View File

@@ -404,6 +404,7 @@
// TEXT SELECTION
--text-editor-selection-background-color: var(--da-tertiary-70);
--text-editor-selection-foreground-color: var(--app-white);
--text-editor-caret-color: var(--app-black);
// NEW TEAM BUTTON
// TODO: we should not put these functional tokens here, but rather in the components they belong to