feat: modify style variables

This commit is contained in:
QiShaoXuan
2022-10-18 17:08:42 +08:00
parent 2b13a63848
commit 90dba82a59
15 changed files with 232 additions and 168 deletions
@@ -32,7 +32,7 @@ export const StyledSwitchItem = styled('div')<{
)}`;
const activeStyle = active
? {
color: theme.colors.disabled,
color: theme.colors.iconColor,
top: '0',
animation: firstTrigger
? `${
@@ -43,7 +43,7 @@ export const StyledSwitchItem = styled('div')<{
}
: ({
top: '100%',
color: theme.colors.highlight,
color: theme.colors.primaryColor,
backgroundColor: theme.colors.hoverBackground,
animation: firstTrigger
? `${