fix/styles

This commit is contained in:
2025-07-20 11:17:44 +03:30
committed by Koosha Lahouti
parent 14150a4852
commit 31be893d0b
3 changed files with 238 additions and 2 deletions

View File

@@ -180,6 +180,7 @@ export function UserCompletionForm() {
checked={showPassword}
onChange={handleTogglePassword}
sx={{
color: '#2979FF',
transform: 'scaleX(-1)',
'& .MuiSwitch-thumb': {
transform: 'scaleX(-1)',
@@ -299,7 +300,7 @@ export function UserCompletionForm() {
<Button
variant="text"
onClick={onClickCodeSent}
sx={{ width: '200px' }}
sx={{ width: '200px', color: '#2979FF' }}
disabled={buttonState === 'sent' || buttonState === 'counting'}
>
{getButtonLabel()}
@@ -343,7 +344,10 @@ export function UserCompletionForm() {
</Link>{' '}
می باشد.
</Typography>
<Button variant="contained" sx={{ width: '250px', height: '40px' }}>
<Button
variant="contained"
sx={{ width: '250px', height: '40px', backgroundColor: '#2979FF' }}
>
تایید و ثبت نام
</Button>
</Box>