From c0ede1fde772fef7d9f4d8adef06ed3bb6f24db0 Mon Sep 17 00:00:00 2001 From: Javier Bueno Date: Thu, 19 Oct 2023 05:56:15 +0200 Subject: [PATCH] CR: update --- .../Swap/useCases/ConfirmTxScreen/TransactionSummary.tsx | 1 + 1 file changed, 1 insertion(+) 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 b7030cd024..e806d7bc28 100644 --- a/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/TransactionSummary.tsx +++ b/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/TransactionSummary.tsx @@ -185,5 +185,6 @@ const styles = StyleSheet.create({ fontWeight: '400', fontSize: 16, lineHeight: 24, + color: '#242838', }, })