Skip to content

Commit

Permalink
fix style in small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Nov 7, 2024
1 parent 6ce8d22 commit c46834a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/expensifyCard/WorkspaceCardListRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function WorkspaceCardListRow({limit, cardholder, lastFourPAN, name, currency, i
<View style={[styles.flexRow, styles.gap2, styles.flex1, styles.alignItemsCenter, styles.justifyContentStart]}>
<Text
numberOfLines={1}
style={[styles.textNormalThemeText]}
style={[styles.textLabelSupporting]}
>
{cardType}
</Text>
Expand Down

0 comments on commit c46834a

Please sign in to comment.