Michael Slocum
Michael Slocum
bumping this!
same issue here still CURSOR LOG: Error in streaming cpp [internal] unable to get local issuer certificate
bump on this, would be a game changer for prisma users
+1 to add this
I just learned I might be able to do this using `import { withThemeByClassName } from '@storybook/addon-themes';`
> @Balance8 Nice work! Yeah if you want to check out `/addon-themes`, it could be the way to go 🤷 all good to go now:  
The autogen docs are a bit tricky to configure, the best I could get was this for dark mode since the padding is a controlled storybook component  
@haydenbleasel Would you like me to add: ```json "build-storybook": "storybook build", "chromatic": "chromatic --exit-zero-on-changes" ``` to the `package.json`. `build-storybook` is the autorecognized command from chromatic and `chromatic` is the command...