Set theme DisabledColor property to depict disabled state

This commit is contained in:
John Lewin 2018-10-31 09:24:32 -07:00
parent 4ea0933890
commit 2374f96e14
8 changed files with 8 additions and 8 deletions

View file

@ -74,7 +74,7 @@
"TextColor": "#EEEEEE"
}
},
"DisabledColor": "#00000000",
"DisabledColor": "#575757",
"SplashAccentColor": "#EC6788",
"BedBackgroundColor": "#3B3B3B",
"PrimaryAccentColor": "#EC6788",

View file

@ -74,7 +74,7 @@
"TextColor": "#222222"
}
},
"DisabledColor": "#00000000",
"DisabledColor": "#ACACAC",
"SplashAccentColor": "#AC193D",
"BedBackgroundColor": "#B4B4B4",
"PrimaryAccentColor": "#AC193D",