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