update CreateOrHaulModal.tsx

This commit is contained in:
2025-11-09 18:34:58 +07:00
parent c19cc7e00a
commit fd80f63bbe
2 changed files with 95 additions and 82 deletions

View File

@@ -78,8 +78,8 @@ const styles = StyleSheet.create({
color: "#000",
},
fishCardSubtitle: {
fontSize: 14,
color: "#666",
fontSize: 15,
color: "#ff6600",
fontWeight: "500",
},
fieldGroup: {
@@ -132,19 +132,22 @@ const styles = StyleSheet.create({
fontWeight: "600",
},
addButton: {
backgroundColor: "#28a745",
borderRadius: 8,
paddingHorizontal: 20,
paddingVertical: 12,
marginTop: 16,
backgroundColor: "#007AFF",
borderRadius: 12,
padding: 16,
marginBottom: 12,
justifyContent: "center",
alignItems: "center",
alignSelf: "flex-start",
shadowColor: "#000",
shadowOpacity: 0.05,
shadowRadius: 4,
shadowOffset: { width: 0, height: 2 },
elevation: 2,
},
addButtonText: {
color: "#fff",
fontSize: 14,
fontSize: 16,
fontWeight: "600",
color: "#fff",
},
footerSection: {
paddingHorizontal: 16,