upd: calendar

Deskripsi:
- update indicator pada kalender
- fix style pada kalender

No Issues
This commit is contained in:
amel
2025-03-18 12:32:51 +08:00
parent e1f0102042
commit f7600f37dc
5 changed files with 51 additions and 8 deletions

View File

@@ -419,6 +419,16 @@ const Styles = StyleSheet.create({
justifyContent: 'space-between',
borderColor: '#d6d8f6',
borderBottomWidth: 1
},
signDate: {
width: 20,
height: 2,
borderRadius: 3,
marginTop: 3
},
selectedDate: {
backgroundColor: '#238be6',
borderRadius: 5
}
})