From b055bfe9b026021c12fefb7e0785e5b8bbed9cfc Mon Sep 17 00:00:00 2001 From: Ostap Piatkovskyi <44294945+ost-ptk@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:53:36 +0300 Subject: [PATCH] fix: fix UI issues (#1037) * fix UI issues * remove unused import --------- Co-authored-by: Vynnyk Dmytro --- .../pages/unlock-wallet/content.tsx | 1 - src/libs/layout/unlock-vault/index.tsx | 5 +- src/libs/ui/components/input/input.tsx | 22 +------- .../password-inputs/password-inputs.tsx | 2 - .../password-visibility-icon.tsx | 1 + .../recipient-plate/recipient-plate.tsx | 4 +- .../components/contacts-list.tsx | 11 ++-- .../recipient-tabs/components/recent-list.tsx | 13 +++-- .../recipient-tabs/recipient-tabs.tsx | 51 +++++++++++++------ src/libs/ui/components/tabs/tabs.tsx | 6 ++- src/libs/ui/forms/transfer.ts | 4 +- 11 files changed, 68 insertions(+), 52 deletions(-) diff --git a/src/apps/onboarding/pages/unlock-wallet/content.tsx b/src/apps/onboarding/pages/unlock-wallet/content.tsx index f7e1f55d1..5ee6fc6b2 100644 --- a/src/apps/onboarding/pages/unlock-wallet/content.tsx +++ b/src/apps/onboarding/pages/unlock-wallet/content.tsx @@ -72,7 +72,6 @@ export function UnlockWalletPageContent({ validationType={InputValidationType.Password} type={passwordInputType} placeholder={t('Password')} - oneColoredIcons autoFocus suffixIcon={ { const footer = ( -