fix(core): typo in migration text (#7804)

This commit is contained in:
EYHN
2024-08-09 05:23:52 +00:00
parent 85637156f6
commit b2c00a2618
3 changed files with 3 additions and 5 deletions

View File

@@ -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',
});