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