From cb7874c5eb4103b6c3ab633d621db856a0b9a9e3 Mon Sep 17 00:00:00 2001 From: Jade Herd Date: Wed, 4 Oct 2023 22:17:05 -0400 Subject: [PATCH] fix: Keybinds popout text (#226) --- src/components/_popouts.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/_popouts.scss b/src/components/_popouts.scss index 27a5c6744..a0c826ad4 100644 --- a/src/components/_popouts.scss +++ b/src/components/_popouts.scss @@ -649,3 +649,12 @@ div[class|="layerContainer"] div[class|="pencilContainer"] { color: $text; } } + +// Keybinds popout +div[class|="keyboardShortcutsModal"] span[class|="key"] { + color: $crust !important; + + svg g { + fill: $crust !important; + } +}