Add subtitle to Kart hereketleri section in HomeScreen and update styles for improved layout
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user