From 95cef50ac90f0ef99161068da3eb8857b1e4542a Mon Sep 17 00:00:00 2001 From: Ky Lee Date: Tue, 6 Aug 2024 16:58:11 -0700 Subject: [PATCH] fix wallet dark mode --- src/wallet/components/ConnectWallet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/components/ConnectWallet.tsx b/src/wallet/components/ConnectWallet.tsx index c03cb76383..78570218d6 100644 --- a/src/wallet/components/ConnectWallet.tsx +++ b/src/wallet/components/ConnectWallet.tsx @@ -81,7 +81,7 @@ export function ConnectWallet({ className={cn( pressable.secondary, 'rounded-xl px-4 py-3', - isOpen && 'bg-secondary-active hover:bg-secondary-active', + isOpen && 'bg-ock-secondary-active hover:bg-ock-secondary-active', className, )} onClick={handleToggle}