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"
|
||||
size="medium"
|
||||
sx={{
|
||||
width: '83px',
|
||||
width: { md: '83px', xs: '20%' },
|
||||
}}
|
||||
/>
|
||||
))}
|
||||
|
||||
@@ -191,7 +191,6 @@ export function OtpVerifyForm({
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'space-between',
|
||||
gap: 4,
|
||||
mb: 0.5,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user