mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +08:00
fix(core): emoji doc name rendering on windows (#8857)
This commit is contained in:
@@ -5,10 +5,13 @@ export const root = style({});
|
||||
|
||||
export const itemIcon = style({
|
||||
fontSize: 20,
|
||||
width: '1em',
|
||||
height: '1em',
|
||||
marginRight: 16,
|
||||
flexShrink: 0,
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
color: cssVar('iconSecondary'),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user