Update picker w/ new default

This commit is contained in:
Bill Zimmerman 2022-04-24 11:18:08 +02:00 committed by Federico Frigo
parent b8a5449be9
commit a3c27c120f
1 changed files with 1 additions and 1 deletions

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