From f5c6705f9c96a1e7334473e9522b87b3456c7e5f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 15 Jun 2024 21:07:23 +0530 Subject: [PATCH] chore: lint --- src/components/atoms/buttons/EditButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } }}> + ); };