From f8a5df446036164368ea982eb33416c12ee7fc5f Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Mon, 31 Oct 2022 18:17:25 +0300 Subject: [PATCH] fix: #1230 --- src/components/styled/kbd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/styled/kbd.css b/src/components/styled/kbd.css index fd43b4098c6..718c975f1f8 100644 --- a/src/components/styled/kbd.css +++ b/src/components/styled/kbd.css @@ -1,5 +1,5 @@ .kbd { - @apply border border-neutral-focus border-opacity-20 bg-base-200 px-2 rounded-btn; + @apply border border-base-content border-opacity-20 bg-base-200 px-2 rounded-btn; border-bottom-width: 2px; min-height: 2.2em; min-width: 2.2em;