hipstersmoothie / storybook-dark-mode

A storybook addon that lets your users toggle between dark and light mode.
MIT License
439 stars 56 forks source link

Fix sun icon #248

Closed Hulexis closed 6 months ago

Hulexis commented 8 months ago

In storybook v8, the sun icon is not displayed properly. The icons is not showing, the moon works fine. The moon icon has an additional style.height property

style={{
  fill: 'currentColor',
  height: 13,
}}

This PR adds the same height to the sun icon

hipstersmoothie commented 6 months ago

another pr that upgraded to v8 fixed this