mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix: keyboard shortcut style in cmdk (#5882)

This commit is contained in:
@@ -90,8 +90,9 @@ export const keybindingFragment = style({
|
|||||||
borderRadius: 4,
|
borderRadius: 4,
|
||||||
color: cssVar('textSecondaryColor'),
|
color: cssVar('textSecondaryColor'),
|
||||||
backgroundColor: cssVar('backgroundTertiaryColor'),
|
backgroundColor: cssVar('backgroundTertiaryColor'),
|
||||||
width: 24,
|
minWidth: 24,
|
||||||
height: 20,
|
height: 20,
|
||||||
|
textTransform: 'uppercase',
|
||||||
});
|
});
|
||||||
globalStyle(`${root} [cmdk-root]`, {
|
globalStyle(`${root} [cmdk-root]`, {
|
||||||
height: '100%',
|
height: '100%',
|
||||||
|
|||||||
Reference in New Issue
Block a user