Set show more on homescreen to default and get rid of more/less switch

This commit is contained in:
emelko
2019-05-22 17:27:31 +02:00
parent 43b98ed9a5
commit ac0690ec9f
3 changed files with 13 additions and 58 deletions
-8
View File
@@ -157,14 +157,6 @@ export default StyleSheet.create({
iconText: {
fontSize: 25
},
showMore: {
transform: [{rotate: '90deg'}],
position: 'absolute',
},
showLess: {
transform: [{rotate: '270deg'}],
position: 'absolute'
},
cycleDayNumber: {
fontSize: 15,
color: fontOnPrimaryColor,