diff --git a/apps/wallet-mobile/src/features/Swap/common/LiquidityPool/LiquidityPool.tsx b/apps/wallet-mobile/src/features/Swap/common/LiquidityPool/LiquidityPool.tsx index e5708d240d..a2ff77979d 100644 --- a/apps/wallet-mobile/src/features/Swap/common/LiquidityPool/LiquidityPool.tsx +++ b/apps/wallet-mobile/src/features/Swap/common/LiquidityPool/LiquidityPool.tsx @@ -36,6 +36,7 @@ const styles = StyleSheet.create({ fontSize: 16, fontWeight: '400', lineHeight: 22, + textDecorationLine: 'underline', }, liquidityPool: { flexDirection: 'row', diff --git a/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/ListOrders/CompletedOrders.tsx b/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/ListOrders/CompletedOrders.tsx index 8cb7e318aa..bc0b0e3fda 100644 --- a/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/ListOrders/CompletedOrders.tsx +++ b/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/ListOrders/CompletedOrders.tsx @@ -320,6 +320,7 @@ const styles = StyleSheet.create({ fontSize: 16, fontWeight: '400', lineHeight: 22, + textDecorationLine: 'underline', }, label: { flexDirection: 'row', diff --git a/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/ListOrders/OpenOrders.tsx b/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/ListOrders/OpenOrders.tsx index b3c1e309ed..e266a5a990 100644 --- a/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/ListOrders/OpenOrders.tsx +++ b/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/ListOrders/OpenOrders.tsx @@ -653,6 +653,7 @@ const styles = StyleSheet.create({ fontSize: 16, fontWeight: '400', lineHeight: 22, + textDecorationLine: 'underline', }, label: {