fix/styles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user