-
-
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
UI: Fix inline code styling for dark theme #8260
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://monorepo-git-fork-pau1fitz-next.storybook.now.sh |
I think it may be due to a collision with Bulma and their CSS Selector for I will have a look tomorrow and see if I can explore the issue further |
@ndelangen sure. I saw @sanchez comment here and assumed it was due to an issue with another library he is using. |
Yeah it's my bad, trying to keep track of what is from another library and storybook |
Yeah it looks like was an issue with the Bulma |
Issues: #8211 #8094
<code>
styleWhat I did
I updated the
code
styling so it displays correctly on the dark theme. This solves #8211 and #8094.How to test
Example 1 - 8211
Configure storybook with a dark theme
Click on 'About storybook' in the top-left dropdown
Example 2 - 8094
Configure Storybook to use the dark theme.
Create a story using MDX and use backticks to create a code tag -
for example
View story
Screenshots with updated code for referenced issues