fix: shortcut key style (#4072)

This commit is contained in:
Qi
2023-08-31 21:08:10 +08:00
committed by GitHub
parent f21426d23d
commit f99a7a5ecd

View File

@@ -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)': {