diff --git a/src/screens/Main/HomeScreen.js b/src/screens/Main/HomeScreen.js index d4a5e80..c58a448 100644 --- a/src/screens/Main/HomeScreen.js +++ b/src/screens/Main/HomeScreen.js @@ -304,6 +304,8 @@ const HomeScreen = () => { Kart hereketleri + Soňky 10 günde + {/* Hemmesi */} @@ -407,16 +409,16 @@ const styles = StyleSheet.create({ padding: 20, }, sectionHeader: { - flexDirection: 'row', - justifyContent: 'space-between', - alignItems: 'center', marginBottom: 16, }, sectionTitle: { fontSize: 18, fontWeight: 'bold', color: COLORS.textPrimary, - marginBottom: 16, + }, + sectionSubtitle: { + fontSize: 14, + color: COLORS.textSecondary, }, seeAllText: { fontSize: 14,