Use af in the default state and configure the phone number input styling

This commit is contained in:
sabaimran
2024-08-01 17:04:57 +05:30
parent 723b37955a
commit 1b2cad2a2c
3 changed files with 49 additions and 2 deletions

View File

@@ -9,3 +9,14 @@ div.contentBody {
display: grid;
margin: auto;
}
div.phoneInput {
padding: 0rem;
}
div.phoneInput input {
width: 100%;
padding: 0.5rem;
border: 1px solid hsla(var(--border));
border-radius: 0.25rem;
}