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

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