mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -04:00
fix tap-highlight and missing divider
This commit is contained in:
+2
-2
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user