IconButton Secondary color (#8286)

Related to #8212
This commit is contained in:
BOHEUS
2024-11-03 16:18:32 +00:00
committed by GitHub
parent d350662984
commit 8b1f34dbfb

View File

@ -126,7 +126,7 @@ const StyledButton = styled.button<
? `0 0 0 3px ${theme.accent.tertiary}` ? `0 0 0 3px ${theme.accent.tertiary}`
: 'none'}; : 'none'};
color: ${!disabled color: ${!disabled
? theme.font.color.tertiary ? theme.font.color.secondary
: theme.font.color.extraLight}; : theme.font.color.extraLight};
&:hover { &:hover {
background: ${!disabled background: ${!disabled