Month calendar fix

This commit is contained in:
Milan Paunovic
2025-01-17 00:39:20 +01:00
parent 1d4903b609
commit bc77c403f2

View File

@ -300,7 +300,7 @@ const styles = StyleSheet.create({
flex: 1,
flexDirection: 'row',
flexWrap: 'wrap',
paddingHorizontal: 16,
justifyContent: 'center'
},
day: {
height: '15%', // 100% / 6 weeks
@ -322,7 +322,7 @@ const styles = StyleSheet.create({
color: '#666',
},
dateContainer: {
width: 24,
minWidth: 20,
height: 24,
alignItems: 'center',
justifyContent: 'center',