-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix welcome component to work with dark theme #5785
Comments
Oh yes, I noticed. I can take a look at this. |
Need any help @francopetra ? |
Hi @ndelangen! I don't know how to try |
@francopetra Want to schedule a call? I can give you a tour around the codebase and show you how I work. And talk a bit about the roadmap and such. The gist is that we have examples in the monorepo, so after bootstrapping you can just run one of those and see the changes. |
Sure! I would love to take a look at it. Will send you an email right away! ps. Sorry for the delay, just moved to a different city. |
Hello everyone! @shilman what is the expected UI? White background or light text? @francopetra if you don't have enough bandwidth to work on this issue, I would love to contribute as well. |
Yeah I think white background is the simplest thing. It's a simple fix, but it should be applied to all the different frameworks (React, Vue, Angular, etc. etc.) |
@maacky I see you already moved forward, so go ahead! |
Fix #5785 - welcome component in dark theme
Yay!! I just released https://github.com/storybooks/storybook/releases/tag/v5.1.0-alpha.4 containing PR #5998 that references this issue. Upgrade today to try it out! Because it's a pre-release you can find it on the |
Fix #5785 - welcome component in dark theme
Huzzah!! I just released https://github.com/storybooks/storybook/releases/tag/v5.0.2 containing PR #5998 that references this issue. Upgrade today to try it out! |
Currently the welcome component that
sb init
installs has no background and is unreadable with the dark theme. It's a detail, and presumably most people delete the story anyway, but it's an ugly detail. 😄The text was updated successfully, but these errors were encountered: