diff --git a/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/TransactionSummary.tsx b/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/TransactionSummary.tsx index cd058d333e..b7030cd024 100644 --- a/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/TransactionSummary.tsx +++ b/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/TransactionSummary.tsx @@ -94,7 +94,7 @@ export const TransactionSummary = () => { openModal( orderInfo.label, - {orderInfo.info} + {orderInfo.info} @@ -180,4 +180,10 @@ const styles = StyleSheet.create({ justifyContent: 'space-between', flex: 1, }, + modalText: { + fontFamily: 'Rubik', + fontWeight: '400', + fontSize: 16, + lineHeight: 24, + }, })