Skip to content

Commit

Permalink
Merge pull request #36028 from Pujan92/fix/34964
Browse files Browse the repository at this point in the history
Fix: Bank account icon on transfer balance page does not have rounded corners
  • Loading branch information
grgia authored Feb 9, 2024
2 parents 0172dbc + 3465e07 commit 2b85bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/Wallet/TransferBalancePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ function TransferBalancePage(props) {
title={selectedAccount.title}
description={selectedAccount.description}
shouldShowRightIcon
iconStyles={selectedAccount.iconStyles}
iconWidth={selectedAccount.iconSize}
iconHeight={selectedAccount.iconSize}
icon={selectedAccount.icon}
Expand Down

0 comments on commit 2b85bf2

Please sign in to comment.