Browse Source

Update picker w/ new default

pull/1189/head 2.8.4
Bill Zimmerman 1 year ago
committed by GitHub
parent
commit
993e65483d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/js/huebee.js

2
app/js/huebee.js

@ -11,7 +11,7 @@ var hueb = new Huebee( elem, {
// Set custom color if defined
var color = getCookie('color');
if (color == null || color == '') {
color = '#d8224c';
color = '#2b8080';
}
hueb.setColor(color);

Loading…
Cancel
Save