Skip to content

Commit

Permalink
Pass BA icon styles to the Icon component as additional styles
Browse files Browse the repository at this point in the history
  • Loading branch information
neonbhai committed Oct 30, 2023
1 parent 19ec94d commit 5fea751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AddPlaidBankAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ function AddPlaidBankAccount({
src={icon}
height={iconSize}
width={iconSize}
additionalStyles={iconStyles}
/>
<Text style={[styles.ml3, styles.textStrong]}>{bankName}</Text>
</View>
Expand Down

0 comments on commit 5fea751

Please sign in to comment.