complated
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user