diff --git a/src/wallet/components/WalletDropdownFundLink.tsx b/src/wallet/components/WalletDropdownFundLink.tsx index 23979f8ae6..a5b2d5cc01 100644 --- a/src/wallet/components/WalletDropdownFundLink.tsx +++ b/src/wallet/components/WalletDropdownFundLink.tsx @@ -38,7 +38,7 @@ export function WalletDropdownFundLink({ window.open(fundingUrl, 'Coinbase Fund Wallet', windowFeatures); }; - const commonClassName = cn( + const overrideClassName = cn( pressable.default, 'relative flex items-center px-4 py-3', className, @@ -56,7 +56,7 @@ export function WalletDropdownFundLink({ if (openIn === 'tab') { return ( + );