We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When working on #1274 I noticed that empty state works fine in dark mode for the theme example, but in light mode it looks like this:
It has theme="dark" so it should appear with white text.
I checked the ui kit repo and it works fine there so not sure what the issue might be here.
Should be able to see the text in both light and dark mode.
The text was updated successfully, but these errors were encountered:
it looks like the theme prop has not been added to the EmptyState component in the ui-kit.
theme
work from mi6/ic-ui-kit#2513 seems to have been lost
Sorry, something went wrong.
ad9242
No branches or pull requests
Summary of the bug
When working on #1274 I noticed that empty state works fine in dark mode for the theme example, but in light mode it looks like this:
It has theme="dark" so it should appear with white text.
I checked the ui kit repo and it works fine there so not sure what the issue might be here.
🧐 Expected behaviour
Should be able to see the text in both light and dark mode.
The text was updated successfully, but these errors were encountered: