fix: otp login styles for mobile, get farsi numbers as input

This commit is contained in:
Sajad Mirjalili
2025-09-29 16:27:56 +03:30
parent 9a75e599e2
commit b83e8f4af8
2 changed files with 1 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ const DigitInput: React.FC<DigitInputProps> = ({
variant="standard"
size="medium"
sx={{
width: '83px',
width: { md: '83px', xs: '20%' },
}}
/>
))}