fix: styles
This commit is contained in:
@@ -116,7 +116,7 @@ export function EmailSection({
|
||||
<Button
|
||||
variant="text"
|
||||
onClick={handleSendCode}
|
||||
sx={{ width: '156px', color: '#2979FF' }}
|
||||
sx={{ width: '156px' }}
|
||||
disabled={
|
||||
buttonState === 'sent' ||
|
||||
buttonState === 'counting' ||
|
||||
@@ -141,10 +141,7 @@ export function EmailSection({
|
||||
variant="contained"
|
||||
sx={{
|
||||
width: '156px',
|
||||
backgroundColor: 'white',
|
||||
border: 0.5,
|
||||
borderColor: '#2979FF',
|
||||
color: '#2979FF',
|
||||
}}
|
||||
onClick={handleVerifyCode}
|
||||
disabled={isVerifyingCode}
|
||||
|
||||
Reference in New Issue
Block a user