fix(core): emoji doc name rendering on windows (#8857)

This commit is contained in:
Peng Xiao
2024-11-18 23:28:54 +08:00
committed by GitHub
parent abaea9e605
commit 56a3f054f9
3 changed files with 8 additions and 2 deletions
@@ -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'),
});