chore: lint
This commit is contained in:
@@ -10,8 +10,8 @@ interface ClearButtonProps {
|
||||
export const ClearButton: FC<ClearButtonProps> = ({ handleClick, size }) => {
|
||||
return (
|
||||
<IconButton aria-label="add" size={size || "small"} onClick={handleClick}
|
||||
sx={{ color: 'inherit', '&:hover': { color: '#1976d2', backgroundColor: 'transparent' }}}>
|
||||
<Clear/>
|
||||
sx={{ color: 'inherit', '&:hover': { color: '#1976d2', backgroundColor: 'transparent' } }}>
|
||||
<Clear />
|
||||
</IconButton>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user