🎨 style: addjust input outline when error and focus

This commit is contained in:
Wahyu Kurniawan 2024-02-22 10:38:23 +07:00
parent 43b76fcef8
commit 2820d040e1
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -50,6 +50,7 @@ export const inputTheme = tv(
'outline-offset-0',
'outline-border-danger',
'shadow-none',
'focus:outline-border-danger',
],
helperText: 'text-elements-danger',
},