From 22394e9854b2eea20ef99f452c3478fa9933fc97 Mon Sep 17 00:00:00 2001 From: evavirseda Date: Wed, 18 Dec 2024 11:40:13 +0100 Subject: [PATCH] feat(wallet): improve dapp account selection in darkmode (#4531) * feat: improve darkmode * fix missing darkmode style --- apps/wallet/src/ui/app/components/accounts/AccountIcon.tsx | 4 ++-- apps/wallet/src/ui/app/pages/accounts/WelcomePage.tsx | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/wallet/src/ui/app/components/accounts/AccountIcon.tsx b/apps/wallet/src/ui/app/components/accounts/AccountIcon.tsx index ffcc77d28dc..5ae5de338f1 100644 --- a/apps/wallet/src/ui/app/components/accounts/AccountIcon.tsx +++ b/apps/wallet/src/ui/app/components/accounts/AccountIcon.tsx @@ -11,7 +11,7 @@ interface AccountIconProps { export function AccountIcon({ account }: AccountIconProps) { if (account.type === AccountType.LedgerDerived) { - return ; + return ; } - return ; + return ; } diff --git a/apps/wallet/src/ui/app/pages/accounts/WelcomePage.tsx b/apps/wallet/src/ui/app/pages/accounts/WelcomePage.tsx index a9ac8919e66..c9f6d36ddd7 100644 --- a/apps/wallet/src/ui/app/pages/accounts/WelcomePage.tsx +++ b/apps/wallet/src/ui/app/pages/accounts/WelcomePage.tsx @@ -23,7 +23,11 @@ export function WelcomePage() { return (
- +
Welcome to