upd: warna select pada filter

This commit is contained in:
2026-02-04 11:41:18 +08:00
parent bbacd40ae9
commit c421d267b9

View File

@@ -662,21 +662,21 @@ const Styles = StyleSheet.create({
marginBottom: 10,
},
chipSelected: {
backgroundColor: "#FFF5F2",
borderColor: "#FF5A3C",
backgroundColor: "#f2f6ffff",
borderColor: "#384288",
},
chipText: {
fontSize: 16,
color: "#222",
},
chipTextSelected: {
color: "#FF5A3C",
color: "#384288",
},
checkIcon: {
position: "absolute",
top: -6,
left: -6,
backgroundColor: "#FF5A3C",
backgroundColor: "#384288",
borderRadius: 10,
padding: 2,
},