mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 08:28:12 +00:00
fix(): Clear icons were purple after adding button gradient (#13141)
This commit is contained in:
parent
1bcdda740d
commit
3744668ada
@ -176,9 +176,9 @@ export const StyledIcon = styled(Icon)({
|
||||
color: colors.gray[1800],
|
||||
});
|
||||
|
||||
export const StyledClearButton = styled(Button)({
|
||||
backgroundColor: colors.transparent,
|
||||
border: 'none',
|
||||
export const StyledClearButton = styled(Button).attrs({
|
||||
variant: 'text',
|
||||
})({
|
||||
color: colors.gray[1800],
|
||||
padding: '0px',
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user