mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 07:17:00 +08:00
fix(core): backlink preview should use sans font family (#9102)
This commit is contained in:
@@ -96,6 +96,9 @@ export const linkPreview = style({
|
||||
padding: '8px',
|
||||
marginBottom: '8px',
|
||||
color: cssVarV2('text/primary'),
|
||||
vars: {
|
||||
[cssVar('fontFamily')]: cssVar('fontSansFamily'),
|
||||
},
|
||||
':hover': {
|
||||
backgroundColor: cssVarV2('layer/background/hoverOverlay'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user