fix password validation message hiding under box shadow

This commit is contained in:
amitabhsahu 2024-09-04 00:15:02 +05:30
parent 174639da0c
commit 269426a55f
No known key found for this signature in database

View file

@ -374,6 +374,8 @@ export const PasswordInput = function PasswordInput({
fontSize: '11px',
fontWeight: '400',
lineHeight: '16px',
position: 'relative',
zIndex: 2,
}}
>
{showValidationError && validationError}