Skip to content

Commit

Permalink
CR: update
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Oct 19, 2023
1 parent d78b767 commit a89f904
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const TransactionSummary = () => {
openModal(
orderInfo.label,
<View style={styles.modalContent}>
<Text>{orderInfo.info}</Text>
<Text style={styles.modalText}>{orderInfo.info}</Text>

<Spacer fill />

Expand Down Expand Up @@ -180,4 +180,10 @@ const styles = StyleSheet.create({
justifyContent: 'space-between',
flex: 1,
},
modalText: {
fontFamily: 'Rubik',
fontWeight: '400',
fontSize: 16,
lineHeight: 24,
},
})

0 comments on commit a89f904

Please sign in to comment.