mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
9 lines
230 B
TypeScript
9 lines
230 B
TypeScript
import { cssVar } from '@toeverything/theme';
|
|
import { globalStyle } from '@vanilla-extract/css';
|
|
|
|
globalStyle('body', {
|
|
color: cssVar('textPrimaryColor'),
|
|
fontFamily: cssVar('fontFamily'),
|
|
fontSize: cssVar('fontBase'),
|
|
});
|