From 726a89f5f91be3c628c4199d27c3f4ca06382949 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 22 May 2025 00:16:23 +0300 Subject: [PATCH] style(next)/formatting toolbar/color dropdowns: tweak the current color checkmark --- apps/client/src/stylesheets/theme-next/notes/text.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index 6d58610b6..8e892d559 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -173,6 +173,15 @@ border-bottom-right-radius: var(--ck-border-radius); } +/* Current color checkmark */ +:root .ck.ck-color-selector .ck-icon { + color: white; +} + +:root .ck.ck-color-selector .ck-icon__fill { + fill: black !important; +} + /* Table dropdown */ .ck-insert-table-dropdown__grid {