join #19

Merged
amaliadwiy merged 222 commits from join into v1 2026-02-09 11:18:03 +08:00
225 changed files with 8741 additions and 2539 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,
},