fix(core): fix error when switch to local workspace (#6144)

This commit is contained in:
EYHN
2024-03-15 18:06:34 +08:00
committed by LongYinan
parent b2f34d17a2
commit da12a0e48e
2 changed files with 8 additions and 5 deletions
@@ -1,6 +1,6 @@
import { style } from '@vanilla-extract/css';
export const fallbackStyle = style({
margin: '12px 16px',
margin: '5px 16px',
height: '100%',
});
export const fallbackHeaderStyle = style({