mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-31 21:59:10 +08:00
feat(infra): framework
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { cssVar } from '@toeverything/theme';
|
||||
import { style } from '@vanilla-extract/css';
|
||||
|
||||
export const errorMessage = style({
|
||||
color: cssVar('--affine-error-color'),
|
||||
fontSize: '0.6rem',
|
||||
margin: '4px 8px 2px 2px',
|
||||
});
|
||||
Reference in New Issue
Block a user