feat(core): add tooltip and toast for organize operations (#7725)

close AF-1138, AF-1139, AF-1165
This commit is contained in:
CatsJuice
2024-08-06 02:07:09 +00:00
parent cd4e462d8c
commit 5938d8b259
10 changed files with 69 additions and 5 deletions
@@ -1,4 +1,5 @@
import { cssVar } from '@toeverything/theme';
import { cssVarV2 } from '@toeverything/theme/v2';
import { style } from '@vanilla-extract/css';
export const linkItemRoot = style({
color: 'inherit',
@@ -71,7 +72,7 @@ export const postfix = style({
},
});
export const icon = style({
color: cssVar('iconColor'),
color: cssVarV2('icon/primary'),
fontSize: '20px',
});
export const collapsedIconContainer = style({