fix: accounts review
This commit is contained in:
@@ -126,7 +126,7 @@ export default function SocialMediaDialog({
|
||||
placeholder="abc@email.com"
|
||||
autoComplete="email"
|
||||
inputMode="email"
|
||||
sx={{ '& .MuiOutlinedInput-root': { borderRadius: 2 }, mt: 2 }}
|
||||
sx={{ '& .MuiOutlinedInput-root': { borderRadius: 1 }, mt: 1 }}
|
||||
autoFocus={dialogStep === 'enterEmail'}
|
||||
disabled={isLoading || dialogStep === 'enterCode'}
|
||||
error={touched && !!emailError}
|
||||
@@ -142,7 +142,7 @@ export default function SocialMediaDialog({
|
||||
label={t('settingForm.verificationCode')}
|
||||
autoComplete="one-time-code"
|
||||
inputMode="numeric"
|
||||
sx={{ '& .MuiOutlinedInput-root': { borderRadius: 2 } }}
|
||||
sx={{ '& .MuiOutlinedInput-root': { borderRadius: 1 } }}
|
||||
autoFocus
|
||||
disabled={isLoading}
|
||||
/>
|
||||
@@ -152,7 +152,7 @@ export default function SocialMediaDialog({
|
||||
<Box sx={{ px: 3, pb: 2 }}>
|
||||
<Button
|
||||
fullWidth
|
||||
sx={{ height: 48, textTransform: 'none', borderRadius: 2 }}
|
||||
sx={{ height: 48, textTransform: 'none', borderRadius: 1 }}
|
||||
variant="contained"
|
||||
type="submit"
|
||||
disabled={isLoading || (dialogStep === 'enterEmail' && !emailInput)}
|
||||
|
||||
Reference in New Issue
Block a user