fix: menu item click area (#3051)

This commit is contained in:
Peng Xiao
2023-07-06 14:53:50 +08:00
committed by GitHub
parent 8a565b8633
commit fab03006e8
2 changed files with 15 additions and 5 deletions

View File

@@ -44,6 +44,10 @@ export const content = style({
flex: 1,
});
export const postfix = style({
justifySelf: 'flex-end',
});
export const icon = style({
color: 'var(--affine-icon-color)',
fontSize: '20px',