mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 21:12:22 +03:00
fix(core): page info should use sans font (inter) (#6196)
This commit is contained in:
parent
9030ca511e
commit
0695544073
@ -7,7 +7,7 @@ export const root = style({
|
||||
display: 'flex',
|
||||
width: '100%',
|
||||
justifyContent: 'center',
|
||||
fontFamily: cssVar('fontFamily'),
|
||||
fontFamily: cssVar('fontSansFamily'),
|
||||
vars: {
|
||||
[propertyNameCellWidth]: '160px',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user