From 27ddbf8a869216fe3682af4846a9c6f837a593c7 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 22 May 2025 18:05:21 +0300 Subject: [PATCH] style(next)/formatting toolbar/color picker dropdown: fix the icon colors --- apps/client/src/stylesheets/theme-next/notes/text.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }