fix(core): nav item line-height with Emoji (#8148)

This commit is contained in:
pengx17
2024-09-06 11:28:22 +00:00
parent 817842cf72
commit 487154ed3b

View File

@@ -59,6 +59,7 @@ export const itemContent = style({
alignItems: 'center', alignItems: 'center',
flex: 1, flex: 1,
color: cssVarV2('text/primary'), color: cssVarV2('text/primary'),
lineHeight: cssVar('lineHeight'),
}); });
export const postfix = style({ export const postfix = style({
display: 'flex', display: 'flex',