twenty/packages/twenty-ui/.storybook/manager-head.html
brendanlaschke ca9cc86742
Storybook fix dark mode (#4865)
preview has now also a dark background & added a one click change theme
button

<img width="994" alt="Bildschirmfoto 2024-04-06 um 18 27 45"
src="https://github.com/twentyhq/twenty/assets/48770548/95f12617-e48f-4492-9b51-13410aff43ee">
2024-04-11 17:28:12 +02:00

5 lines
104 B
HTML

<style>
[data-is-storybook="true"] {
background-color: transparent!important;
}
</style>