mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(core): typo in migration text (#7804)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { cssVar } from '@toeverything/theme';
|
||||
import { style } from '@vanilla-extract/css';
|
||||
|
||||
export const container = style({
|
||||
@@ -19,6 +18,5 @@ export const container = style({
|
||||
});
|
||||
|
||||
export const descriptionHighlight = style({
|
||||
color: cssVar('--affine-warning-color'),
|
||||
fontWeight: 'normal',
|
||||
fontWeight: 'bold',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user