amalia/04-feb-26 #17

Merged
amaliadwiy merged 3 commits from amalia/04-feb-26 into join 2026-02-04 17:32:50 +08:00
4 changed files with 178 additions and 94 deletions
Showing only changes of commit c421d267b9 - Show all commits

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,
}, },