feat: phone number validation
This commit is contained in:
11
components/VerifyPhoneForm/VerifyPhone.module.css
Normal file
11
components/VerifyPhoneForm/VerifyPhone.module.css
Normal file
@ -0,0 +1,11 @@
|
||||
.pin-input-root {
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.pin-input {
|
||||
font-size: 17px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user