update submit button

This commit is contained in:
Abhinav 2022-07-03 15:05:54 +05:30
parent 381911cb49
commit cde278a0bc

View file

@ -29,8 +29,6 @@ const SubmitButton: FC<ButtonProps<'button', SubmitButtonProps>> = ({
'&.Mui-disabled': {
backgroundColor: (theme) => theme.palette.accent.main,
color: (theme) => theme.palette.text.primary,
cursor: 'not-allowed',
pointerEvents: 'auto',
},
...sx,
}}