diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index 8e892d559..8d98f7fd7 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -174,11 +174,11 @@ } /* Current color checkmark */ -:root .ck.ck-color-selector .ck-icon { +:root .ck.ck-color-selector .ck-color-grid .ck-icon { color: white; } -:root .ck.ck-color-selector .ck-icon__fill { +:root .ck.ck-color-selector .ck-color-grid .ck-icon__fill { fill: black !important; }