Make columnsize a bit smaller and style y axis

This commit is contained in:
Julia Friesel
2018-08-14 13:20:10 +02:00
parent 92ac6525ed
commit 8df3e74127
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ export default class DayColumn extends Component {
onPress: () => {
this.passDateToDayView(dateString)
},
activeOpacity: 0.8
activeOpacity: 1
},
columnElements
)