From 2361c8d0aab1f5ed8865a25a2fbad01f79b8e5bd Mon Sep 17 00:00:00 2001 From: sorenjohanson Date: Fri, 13 Sep 2024 07:49:26 +0000 Subject: [PATCH] change: white text color for shortcut keys --- .../excalidraw/components/CommandPalette/CommandPalette.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/excalidraw/components/CommandPalette/CommandPalette.scss b/packages/excalidraw/components/CommandPalette/CommandPalette.scss index ebb7e4fa5ef1..6fcc7e2856ce 100644 --- a/packages/excalidraw/components/CommandPalette/CommandPalette.scss +++ b/packages/excalidraw/components/CommandPalette/CommandPalette.scss @@ -59,6 +59,7 @@ $verticalBreakpoint: 861px; justify-content: center; align-items: center; background-color: var(--color-primary-light); + color: white; } .shortcut-desc { @@ -134,4 +135,4 @@ $verticalBreakpoint: 861px; margin-right: 6px; } } -} +} \ No newline at end of file