From 50a1635af313a3e3c7c5bbd1ab4f3c5bb5f19a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Johanson?= Date: Tue, 24 Sep 2024 11:26:11 +0200 Subject: [PATCH] Increase hotkey font size (#15) --- .../components/CommandPalette/CommandPalette.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/excalidraw/components/CommandPalette/CommandPalette.scss b/packages/excalidraw/components/CommandPalette/CommandPalette.scss index 6fcc7e2856ce..582e1a712c87 100644 --- a/packages/excalidraw/components/CommandPalette/CommandPalette.scss +++ b/packages/excalidraw/components/CommandPalette/CommandPalette.scss @@ -40,7 +40,7 @@ $verticalBreakpoint: 861px; justify-content: center; align-items: center; height: 16px; - font-size: 10px; + font-size: 15px; gap: 0.25rem; .shortcut-wrapper { @@ -52,8 +52,8 @@ $verticalBreakpoint: 861px; } .shortcut-key { - padding: 0px 4px; - height: 16px; + padding: 0cqh 6px; + height: 24px; border-radius: 4px; display: flex; justify-content: center; @@ -135,4 +135,4 @@ $verticalBreakpoint: 861px; margin-right: 6px; } } -} \ No newline at end of file +}