Skip to content

Commit

Permalink
fix wallet dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhyco committed Aug 6, 2024
1 parent cd9d109 commit 95cef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/components/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 95cef50

Please sign in to comment.