mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +08:00
fix: keyboard shortcut style in cmdk (#5882)

This commit is contained in:
@@ -102,8 +102,9 @@ export const keybindingFragment = style({
|
|||||||
borderRadius: 4,
|
borderRadius: 4,
|
||||||
color: 'var(--affine-text-secondary-color)',
|
color: 'var(--affine-text-secondary-color)',
|
||||||
backgroundColor: 'var(--affine-background-tertiary-color)',
|
backgroundColor: 'var(--affine-background-tertiary-color)',
|
||||||
width: 24,
|
minWidth: 24,
|
||||||
height: 20,
|
height: 20,
|
||||||
|
textTransform: 'uppercase',
|
||||||
});
|
});
|
||||||
|
|
||||||
globalStyle(`${root} [cmdk-root]`, {
|
globalStyle(`${root} [cmdk-root]`, {
|
||||||
|
|||||||
Reference in New Issue
Block a user