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