fix tap-highlight and missing divider

This commit is contained in:
Keegan
2016-02-29 14:35:39 +11:00
parent 75aaa07048
commit ca498c6e3c
10 changed files with 21 additions and 20 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ module.exports = function() {
*/
function toggleBackground() {
if (this.get()) {
Clay.getItemByAppKey('background').enable();
Clay.getItemByAppKey('colorTest').enable();
} else {
Clay.getItemByAppKey('background').disable();
Clay.getItemByAppKey('colorTest').disable();
}
}