Skip to content

Commit

Permalink
Update picker w/ new default
Browse files Browse the repository at this point in the history
  • Loading branch information
billz authored Apr 24, 2022
1 parent 7b1bdf4 commit 993e654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/huebee.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 993e654

Please sign in to comment.