Add subtitle to Kart hereketleri section in HomeScreen and update styles for improved layout

This commit is contained in:
2025-09-11 01:50:26 +05:00
parent 056b4a5627
commit 6751cc506e

View File

@@ -304,6 +304,8 @@ const HomeScreen = () => {
<View style={styles.section}>
<View style={styles.sectionHeader}>
<Text style={styles.sectionTitle}>Kart hereketleri</Text>
<Text style={styles.sectionSubtitle}>Soňky 10 günde</Text>
<TouchableOpacity>
{/* <Text style={styles.seeAllText}>Hemmesi</Text> */}
</TouchableOpacity>
@@ -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,