mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix(core): nav item line-height with Emoji (#8148)
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user