From 378b4057e2e8174183dcabbba66512a9a9d106c8 Mon Sep 17 00:00:00 2001 From: Koosha Lahouti Date: Tue, 12 Aug 2025 04:25:24 +0330 Subject: [PATCH] fix: styles --- src/features/authentication/components/PasswordSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/authentication/components/PasswordSection.tsx b/src/features/authentication/components/PasswordSection.tsx index 24e3382..517f8f3 100644 --- a/src/features/authentication/components/PasswordSection.tsx +++ b/src/features/authentication/components/PasswordSection.tsx @@ -9,7 +9,7 @@ import { InputAdornment, } from '@mui/material'; import { useTranslation } from 'react-i18next'; -import { TickCircle, Eye, EyeSlash, CloseCircle, Size } from 'iconsax-react'; +import { TickCircle, Eye, EyeSlash, CloseCircle } from 'iconsax-react'; import { PasswordValidationItem } from './PasswordValidation'; import { Icon } from '@rkheftan/harmony-ui';