mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-30 21:29:37 +08:00
9 lines
225 B
TypeScript
9 lines
225 B
TypeScript
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',
|
|
});
|