fix(core): adjust sidebar explorer empty status (#7657)

Close AF-1126,AF-1132
This commit is contained in:
CatsJuice
2024-07-31 02:41:53 +00:00
parent 083123cdfb
commit ede576061d
15 changed files with 116 additions and 238 deletions

View File

@@ -1,4 +1,5 @@
import { cssVar } from '@toeverything/theme';
import { cssVarV2 } from '@toeverything/theme/v2';
import { globalStyle, style } from '@vanilla-extract/css';
export const dropdownBtn = style({
display: 'inline-flex',
@@ -124,8 +125,8 @@ export const button = style({
// changeable
height: '28px',
background: cssVar('white'),
borderColor: cssVar('borderColor'),
color: cssVar('textPrimaryColor'),
borderColor: cssVarV2('layer/border'),
color: cssVarV2('text/primary'),
selectors: {
'&.text-bold': {
fontWeight: 600,