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.section}>
|
||||||
<View style={styles.sectionHeader}>
|
<View style={styles.sectionHeader}>
|
||||||
<Text style={styles.sectionTitle}>Kart hereketleri</Text>
|
<Text style={styles.sectionTitle}>Kart hereketleri</Text>
|
||||||
|
<Text style={styles.sectionSubtitle}>Soňky 10 günde</Text>
|
||||||
|
|
||||||
<TouchableOpacity>
|
<TouchableOpacity>
|
||||||
{/* <Text style={styles.seeAllText}>Hemmesi</Text> */}
|
{/* <Text style={styles.seeAllText}>Hemmesi</Text> */}
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
@@ -407,16 +409,16 @@ const styles = StyleSheet.create({
|
|||||||
padding: 20,
|
padding: 20,
|
||||||
},
|
},
|
||||||
sectionHeader: {
|
sectionHeader: {
|
||||||
flexDirection: 'row',
|
|
||||||
justifyContent: 'space-between',
|
|
||||||
alignItems: 'center',
|
|
||||||
marginBottom: 16,
|
marginBottom: 16,
|
||||||
},
|
},
|
||||||
sectionTitle: {
|
sectionTitle: {
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
color: COLORS.textPrimary,
|
color: COLORS.textPrimary,
|
||||||
marginBottom: 16,
|
},
|
||||||
|
sectionSubtitle: {
|
||||||
|
fontSize: 14,
|
||||||
|
color: COLORS.textSecondary,
|
||||||
},
|
},
|
||||||
seeAllText: {
|
seeAllText: {
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
|||||||
Reference in New Issue
Block a user