insomnia/packages/insomnia-app/.storybook/preview-head.html
Gregory Schier 42e198bf75
Add Storybook with basic components (#1807)
* Gruvbox theme

* Added Storybook for all components that don't fail in browser
2019-11-26 12:22:21 -05:00

6 lines
107 B
HTML

<script>
window.onload = function() {
document.body.setAttribute('theme', 'default');
};
</script>