plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

Thickness and 'off' color of PowerButton #89

Closed atc93 closed 2 years ago

atc93 commented 4 years ago

Hello,

I am hopping to change the thickness of the PowerButton lines, as well as changing the color of the button when 'off'. I browsed through the code (PowerButton.styled.js, constants.js, PowerButtonSvg.react.js) and as far as I can tell, what I am looking for is not possible via the available arguments of PowerButton or via CSS stling.

Any idea how I could do it? Should it be a new feature to request?

Thanks!