kickstartDS / storybook-addon-jsonschema

Displays associated JSON Schema documentation using a rich schema explorer interface, and adds a validating JSON Code Editor with semantic auto-complete to interact with your components, and copy configurations with ease.
https://www.kickstartDS.com/docs/integration/storybook/schema
MIT License
12 stars 1 forks source link

"Darkmode"-compatibility of views #22

Closed julrich closed 4 months ago

julrich commented 4 months ago

Currently it's next to impossible to read some of the text we display in the addon, when the Storybook itself is themed to be dark, e.g.:

image

We should either a) make this dynamic in the addon, or use the correct token contextually, or b) just remove custom theming, isolating the views and always displaying them in light mode