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,