mirror of
https://github.com/urosran/cally.git
synced 2025-07-10 07:07:16 +00:00
Month calendar fix
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user