fix: styles

This commit is contained in:
2025-07-22 14:04:26 +03:30
committed by Koosha Lahouti
parent 6d94a0d037
commit 9e471670d3
6 changed files with 167 additions and 15 deletions

View File

@@ -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}