fix: otp login styles for mobile, get farsi numbers as input
This commit is contained in:
@@ -119,7 +119,7 @@ const DigitInput: React.FC<DigitInputProps> = ({
|
|||||||
variant="standard"
|
variant="standard"
|
||||||
size="medium"
|
size="medium"
|
||||||
sx={{
|
sx={{
|
||||||
width: '83px',
|
width: { md: '83px', xs: '20%' },
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|||||||
@@ -191,7 +191,6 @@ export function OtpVerifyForm({
|
|||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
gap: 4,
|
|
||||||
mb: 0.5,
|
mb: 0.5,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user