Visualize disabled action buttons

This commit is contained in:
Julia Friesel
2018-08-20 15:06:50 +02:00
parent 8629fd5369
commit 559aa684dc
2 changed files with 13 additions and 2 deletions
+6
View File
@@ -119,6 +119,9 @@ export default StyleSheet.create({
menuText: {
color: fontOnPrimaryColor
},
menuTextInActive: {
color: 'lightgrey'
},
headerCycleDay: {
flexDirection: 'row',
justifyContent: 'space-between'
@@ -177,5 +180,8 @@ export const iconStyles = {
menuIcon: {
size: 20,
color: fontOnPrimaryColor
},
menuIconInactive: {
color: 'lightgrey'
}
}