Skip to content

Commit

Permalink
fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymczakJ committed Feb 15, 2024
1 parent 2ed0371 commit 9dc45ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/settings/Wallet/WalletPage/WalletPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,11 @@ function WalletPage({bankAccountList, cardList, fundList, isLoadingPaymentMethod
hoverAndPressStyle={styles.hoveredComponentBG}
shouldShowRightIcon
disabled={network.isOffline}
wrapperStyle={[styles.transferBalance, styles.sectionMenuItemTopDescription]}
wrapperStyle={[
styles.transferBalance,
isSmallScreenWidth ? styles.mhn5 : styles.mhn8,
isSmallScreenWidth ? styles.ph5 : styles.ph8,
]}
/>
);
}
Expand Down
1 change: 1 addition & 0 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3425,6 +3425,7 @@ const styles = (theme: ThemeColors) =>
},

transferBalance: {
width: 'auto',
borderRadius: 0,
height: 64,
alignItems: 'center',
Expand Down

0 comments on commit 9dc45ba

Please sign in to comment.