From 639ff845f1921fb3b8a0e2743aebd0a9cde85a52 Mon Sep 17 00:00:00 2001 From: Joseph Chalabi Date: Wed, 18 Dec 2024 16:18:58 -0700 Subject: [PATCH] fix: error button colors on error view --- components/react/views/Error.tsx | 4 +--- components/react/views/WalletList.tsx | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/components/react/views/Error.tsx b/components/react/views/Error.tsx index a6618c8..9b035ae 100644 --- a/components/react/views/Error.tsx +++ b/components/react/views/Error.tsx @@ -47,13 +47,11 @@ export const Error = ({
Wallet type logo - + Reconnect
diff --git a/components/react/views/WalletList.tsx b/components/react/views/WalletList.tsx index 891c3fb..9492538 100644 --- a/components/react/views/WalletList.tsx +++ b/components/react/views/WalletList.tsx @@ -54,7 +54,6 @@ export const WalletList = ({
{browser.map(({ walletInfo: { name, prettyName, logo } }) => ( -
- ))}