Update picker w/ correct default

This commit is contained in:
billz
2022-04-24 10:11:01 +01:00
parent 5cbe9eba94
commit c4a2649267
2 changed files with 2 additions and 2 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);