Skip to content

Commit

Permalink
feat(#31): show mushroom slider when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh61 committed Sep 29, 2023
1 parent 6690185 commit be4ff14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controls/mushroom-slider-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export class HueMushroomSliderContainer extends LitElement {
/* colors */
--main-color: var(--slider-color);
--bg-color: var(--slider-bg-color);
--bg-color-inactive: var(--slider-bg-color);
--main-outline-color: var(--slider-outline-color);
/* base styles: */
Expand Down

0 comments on commit be4ff14

Please sign in to comment.