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