Skip to content

Commit 0c7d5ff

Browse files
authored
style: update height and padding
1 parent 1d6006f commit 0c7d5ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/calendarStyles.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ export default StyleSheet.create({
88
},
99
calendar: {
1010
backgroundColor: '#1A1A1A',
11-
paddingVertical: 20
11+
paddingVertical: 10,
12+
height: 150
1213
},
1314
headerTitle: {
1415
alignContent: 'center',
@@ -112,4 +113,4 @@ export default StyleSheet.create({
112113
// agendaWrapper: {
113114
// backgroundColor: '#fff'
114115
// }
115-
})
116+
})

0 commit comments

Comments
 (0)