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, marginBottom: 10,
}, },
chipSelected: { chipSelected: {
backgroundColor: "#FFF5F2", backgroundColor: "#f2f6ffff",
borderColor: "#FF5A3C", borderColor: "#384288",
}, },
chipText: { chipText: {
fontSize: 16, fontSize: 16,
color: "#222", color: "#222",
}, },
chipTextSelected: { chipTextSelected: {
color: "#FF5A3C", color: "#384288",
}, },
checkIcon: { checkIcon: {
position: "absolute", position: "absolute",
top: -6, top: -6,
left: -6, left: -6,
backgroundColor: "#FF5A3C", backgroundColor: "#384288",
borderRadius: 10, borderRadius: 10,
padding: 2, padding: 2,
}, },