Closed scottnath closed 3 years ago
The button that allows you to switch to light or dark theme comes from another addon: https://storybook.js.org/docs/react/configure/theming
The problem is that we share the same icon, so it looks like a duplicate button, but the content of the dropdown should be different.
Closing this as it would be solved with this issue: https://github.com/tonai/storybook-addon-themes/issues/50
Hi,
I'm seeing the theme button twice in my toolbar.
I configured a theme in my preview.ts file:
But I am ending up with two theme buttons in the toolbar. The other one looks to be the default theme. Is there a config I can set to turn off the default theme?
thanks