trendmicro-frontend / react-sidenav

React SideNav component
https://trendmicro-frontend.github.io/react-sidenav/
MIT License
349 stars 105 forks source link

Change toggle button > span backgroundColor #55

Open rikinshah23 opened 4 years ago

rikinshah23 commented 4 years ago

Hello, How do I change span bg color for the toggle. by Default its white. I need to change it to black. Thanks

image

rikinshah23 commented 4 years ago

Really appreciate if anyone could help on this one ?

Too-Far commented 4 years ago

Give this a shot, where the color is whatever color you need; .sidenav, span { background-color: black !important; }