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