diff --git a/src/pages/settings/Wallet/WalletPage/WalletPage.tsx b/src/pages/settings/Wallet/WalletPage/WalletPage.tsx index 56dc8349777a..056706e7ba02 100644 --- a/src/pages/settings/Wallet/WalletPage/WalletPage.tsx +++ b/src/pages/settings/Wallet/WalletPage/WalletPage.tsx @@ -413,6 +413,7 @@ function WalletPage({shouldListenForResize = false}: WalletPageProps) { subtitle={translate('walletPage.addBankAccountToSendAndReceive')} title={translate('common.bankAccounts')} isCentralPane + subtitleMuted titleStyles={styles.accountSettingsSectionTitle} illustration={LottieAnimations.BankVault} illustrationStyle={styles.walletIllustration} @@ -438,6 +439,7 @@ function WalletPage({shouldListenForResize = false}: WalletPageProps) { subtitle={translate('walletPage.assignedCardsDescription')} title={translate('walletPage.assignedCards')} isCentralPane + subtitleMuted titleStyles={styles.accountSettingsSectionTitle} > <>