Skip to content

Commit

Permalink
Fix button brightness inactive color customization option
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored Feb 15, 2020
1 parent 7869c9f commit 4fb5424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/light-brightness-preset-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class CustomLightBrightnessRow extends Polymer.Element {
IsOnLowColor: '#43A047',
IsOnMedColor: '#43A047',
IsOnHiColor: '#43A047',
IsOffSpdColor: '#759aaa',
ButtonInactiveColor: '#759aaa',
...config
};
}
Expand Down

0 comments on commit 4fb5424

Please sign in to comment.