fix: code styles
This commit is contained in:
@@ -161,6 +161,7 @@ export default function PhoneEditForm({
|
||||
sx={{
|
||||
minWidth: { xs: '100%', sm: 220 },
|
||||
color: 'primary.main',
|
||||
textTransform: 'none',
|
||||
}}
|
||||
>
|
||||
{buttonState === 'counting' ? (
|
||||
@@ -205,6 +206,7 @@ export default function PhoneEditForm({
|
||||
sx={{
|
||||
minWidth: { xs: '100%', sm: 220 },
|
||||
bgcolor: 'primary.main',
|
||||
textTransform: 'none',
|
||||
}}
|
||||
>
|
||||
{isVerifying ? (
|
||||
|
||||
Reference in New Issue
Block a user