Skip to content

Commit

Permalink
fix: (RewardTile) make sure styling applied to decendant
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgraeme committed Jan 1, 2025
1 parent 5fa09d3 commit 1bb5aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/organisms/RewardTile/reward-tile-points.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const RewardTilePoints = (): JSX.Element | null => {
>
{pointsPrefix}
<View style={styles.pointsContainer}>
<Text>{calculatedPoints}</Text>
<Text variant="caption">{calculatedPoints}</Text>
<Text style={styles.suffix}>{pointsSuffix}</Text>
</View>
</Text>
Expand Down

0 comments on commit 1bb5aca

Please sign in to comment.