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