From 4cb072c702444f82208ead19e898d4c37fef466a Mon Sep 17 00:00:00 2001 From: Alec Chen <93971719+0xAlec@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:45:10 -0700 Subject: [PATCH] `overrideClassName` --- src/wallet/components/WalletDropdownFundLink.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wallet/components/WalletDropdownFundLink.tsx b/src/wallet/components/WalletDropdownFundLink.tsx index 23979f8ae60..a5b2d5cc019 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 ( + );