Merge pull request #10716 from asdotdev/bug/10641-password-validation-message-hidden

fix password validation message hiding under box shadow
This commit is contained in:
Johnson Cherian 2024-10-04 09:56:31 +05:30 committed by GitHub
commit 14c0536307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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