diff --git a/src/components/atoms/buttons/ClearButton.tsx b/src/components/atoms/buttons/ClearButton.tsx index d299285e..4eabf9fa 100644 --- a/src/components/atoms/buttons/ClearButton.tsx +++ b/src/components/atoms/buttons/ClearButton.tsx @@ -10,8 +10,8 @@ interface ClearButtonProps { export const ClearButton: FC = ({ handleClick, size }) => { return ( - + sx={{ color: 'inherit', '&:hover': { color: '#1976d2', backgroundColor: 'transparent' } }}> + ); };