eduardconstantin / storybook-gpt

Storybook GPT is a web application for generating Storybook stories from React components using OpenAI API
https://storybook-gpt.vercel.app
MIT License
25 stars 17 forks source link

Fixed the alignment of the light and dark button #21

Closed lolomaku closed 1 year ago

lolomaku commented 1 year ago

image

the new version:

screenshot20231023232906

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
storybook-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 23, 2023 4:44pm
lolomaku commented 1 year ago

Could you fix it from inside the component DarkModeSwitch? I don't like that margin of -6px

there's nothing wrong with the DarkModeSwitch. It's the GithubButton that's causing the alignment issue. It's spawning nested tags that adds about 7px to the original size of the button.