From 64714e37f6f183296cee74a25bb66ae4ff72de5b Mon Sep 17 00:00:00 2001 From: Oleksandra Nedashkivska Date: Tue, 20 Aug 2024 11:42:38 +0300 Subject: [PATCH] OV-1: * fix password icon position --- .../auth/components/common/password-input/password-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/bundles/auth/components/common/password-input/password-input.tsx b/frontend/src/bundles/auth/components/common/password-input/password-input.tsx index 9f82dcdda..57e8cf7ae 100644 --- a/frontend/src/bundles/auth/components/common/password-input/password-input.tsx +++ b/frontend/src/bundles/auth/components/common/password-input/password-input.tsx @@ -32,7 +32,7 @@ const PasswordInput: React.FC = ({ label, name, hasError }) => { name={name} icon="right" /> - +