fix(core): page info should use sans font (inter) (#6196)

This commit is contained in:
Peng Xiao 2024-03-19 08:52:59 +00:00
parent 9030ca511e
commit 0695544073
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

@ -7,7 +7,7 @@ export const root = style({
display: 'flex',
width: '100%',
justifyContent: 'center',
fontFamily: cssVar('fontFamily'),
fontFamily: cssVar('fontSansFamily'),
vars: {
[propertyNameCellWidth]: '160px',
},