Update picker w/ new default

This commit is contained in:
Bill Zimmerman 2022-04-24 11:18:08 +02:00 committed by GitHub
parent 7b1bdf405c
commit 993e65483d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);