fix: some ui fixes

This commit is contained in:
2025-06-19 14:27:13 +03:00
parent 372b792b79
commit 9a3b0ff419
8 changed files with 22 additions and 19 deletions

View File

@@ -82,7 +82,7 @@ export default function OfferForm() {
{...field}
className={s.Unit}
type='text'
placeholder='+7 999 123-45-67'
placeholder='+7 (999) 123-45-67'
error={errors && errors.phone?.message}
onChange={(e) => {
clearErrors('phone');