From 6fd120a32f9730464025988f37b567934c8aa08d Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sat, 17 Jan 2026 03:49:57 +0300 Subject: [PATCH] Fix SwapScreen: remove duplicate title, keep only settings button --- mobile/src/screens/SwapScreen.tsx | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/mobile/src/screens/SwapScreen.tsx b/mobile/src/screens/SwapScreen.tsx index a9d35c3d..ae3ea23d 100644 --- a/mobile/src/screens/SwapScreen.tsx +++ b/mobile/src/screens/SwapScreen.tsx @@ -472,10 +472,8 @@ const SwapScreen: React.FC = () => { )} - {/* Header with Settings */} - - - Swap + {/* Settings Button Row */} + setShowSettings(true)} style={styles.settingsButton}> ⚙️ @@ -709,16 +707,10 @@ const styles = StyleSheet.create({ scrollContentContainer: { padding: 16, }, - header: { + settingsRow: { flexDirection: 'row', - justifyContent: 'space-between', - alignItems: 'center', - marginBottom: 20, - }, - headerTitle: { - fontSize: 20, - fontWeight: 'bold', - color: '#333', + justifyContent: 'flex-end', + marginBottom: 12, }, settingsButton: { width: 40,