@@ -25,7 +25,7 @@ const SubmitButton: FC<ButtonProps<'button', SubmitButtonProps>> = ({
disabled={loading || disabled}
sx={{ my: 4, ...sx }}
{...props}>
- {loading ? <CircularProgress size={25} /> : buttonText}
+ {loading ? <CircularProgress size={20} /> : buttonText}
</Button>
);
};
@@ -95,6 +95,7 @@ const darkThemeOptions = createTheme({
root: {
textTransform: 'none',
padding: '12px 16px',
+ borderRadius: '4px',
},
startIcon: {
marginRight: '12px',
@@ -162,7 +163,7 @@ const darkThemeOptions = createTheme({
button: {
fontSize: '16px',
- lineHeight: '20px',
+ lineHeight: '19.36px',
fontWeight: 600,
title: {