From f99a7a5ecd0353c624a94e1cc52e1452f3c19e83 Mon Sep 17 00:00:00 2001 From: Qi <474021214@qq.com> Date: Thu, 31 Aug 2023 21:08:10 +0800 Subject: [PATCH] fix: shortcut key style (#4072) --- .../setting-modal/general-setting/shortcuts/style.css.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/core/src/components/affine/setting-modal/general-setting/shortcuts/style.css.ts b/apps/core/src/components/affine/setting-modal/general-setting/shortcuts/style.css.ts index a6a1058738..85a32944f9 100644 --- a/apps/core/src/components/affine/setting-modal/general-setting/shortcuts/style.css.ts +++ b/apps/core/src/components/affine/setting-modal/general-setting/shortcuts/style.css.ts @@ -24,11 +24,8 @@ export const shortcutKey = style({ alignItems: 'center', justifyContent: 'center', padding: '0 6px', - border: '1px solid var(--affine-border-color)', borderRadius: '4px', background: 'var(--affine-background-tertiary-color)', - boxShadow: - '0px 6px 4px 0px rgba(255, 255, 255, 0.24) inset, 0px 0px 0px 0.5px rgba(0, 0, 0, 0.10) inset', fontSize: 'var(--affine-font-xs)', selectors: { '&:not(:last-of-type)': {