fix(): Clear icons were purple after adding button gradient (#13141)

This commit is contained in:
Anna Everhart 2025-04-11 09:22:48 -07:00 committed by GitHub
parent 1bcdda740d
commit 3744668ada
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',