From 81eff4bef2930068099f72ea9bd7a836f267518c Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 27 May 2022 23:06:17 -0500 Subject: [PATCH] Update KeyboardShortcutLabel.tsx --- packages/desktop/src/components/KeyboardShortcutLabel.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/desktop/src/components/KeyboardShortcutLabel.tsx b/packages/desktop/src/components/KeyboardShortcutLabel.tsx index 8be75c6..7c5fece 100644 --- a/packages/desktop/src/components/KeyboardShortcutLabel.tsx +++ b/packages/desktop/src/components/KeyboardShortcutLabel.tsx @@ -16,8 +16,9 @@ export default function KeyboardShortcutLabel({ label }: { label: string }) { px: 1, py: 0.25, border: `1px solid`, - borderColor: blueGrey[50], - color: blueGrey[50], + bgcolor: blueGrey[50], + boxShadow: 1, + color: blueGrey[300], }} > {label}