Skip to content

Commit

Permalink
refactor(swap): tx confirm info modals
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Oct 19, 2023
1 parent 218c8ee commit d78b767
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const TransactionSummary = () => {
onPress={() => {
openModal(
orderInfo.label,
<View style={{justifyContent: 'space-between', flex: 1}}>
<View style={styles.modalContent}>
<Text>{orderInfo.info}</Text>

<Spacer fill />
Expand Down Expand Up @@ -176,4 +176,8 @@ const styles = StyleSheet.create({
color: '#242838',
paddingBottom: 8,
},
modalContent: {
justifyContent: 'space-between',
flex: 1,
},
})

0 comments on commit d78b767

Please sign in to comment.