fix : style kalender

This commit is contained in:
amel
2025-03-18 15:30:12 +08:00
parent f7600f37dc
commit a8b701a292
5 changed files with 27 additions and 4 deletions

View File

@@ -429,6 +429,9 @@ const Styles = StyleSheet.create({
selectedDate: {
backgroundColor: '#238be6',
borderRadius: 5
},
selectRangeDate:{
backgroundColor: '#228be61f',
}
})