complated

This commit is contained in:
Samandar Turgunboyev
2026-02-17 10:46:57 +05:00
parent 754f11804a
commit d747c72c8d
71 changed files with 917 additions and 397 deletions

View File

@@ -244,7 +244,7 @@ const styles = StyleSheet.create({
backButton: {
flexDirection: 'row',
alignItems: 'center',
marginBottom: 16,
marginBottom: 5,
padding: 10,
borderRadius: 12,
alignSelf: 'flex-start',
@@ -257,7 +257,7 @@ const styles = StyleSheet.create({
backgroundColor: '#ffffff',
},
backText: { fontSize: 16, color: '#3b82f6', fontWeight: '600' },
listContainer: { gap: 12 },
listContainer: { gap: 12, paddingBottom: 50 },
itemCard: {
borderRadius: 12,
padding: 16,
@@ -293,7 +293,7 @@ const styles = StyleSheet.create({
},
// Detail
detailTitle: { fontSize: 26, fontWeight: '700', marginBottom: 16 },
detailTitle: { fontSize: 26, fontWeight: '700', marginBottom: 10 },
companyImage: {
width: '100%',
height: 220,