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
https://github.com/themesberg/flowbite-react/blob/main/src/components/Button/theme.ts#L21
Describe what is currently happening and why it's a problem.
<Button color="blue"> Publish post </Button>
Describe what you expected to happen.
What are you trying to accomplish? Does this only happen on a specific browser, screen size, or operating system?
If possible, provide a live example URL, screenshot, video, or a repository with the minimal reproduction of the issue.
The text was updated successfully, but these errors were encountered:
Hi, the other colors are also broken in dark mode. The bg-color-xxx are missing the dark: attribute.
bg-color-xxx
dark:
Sorry, something went wrong.
Ok I will take a look. Separate issue.
@MateoWartelle I've created an issue #1045
No branches or pull requests
Steps to reproduce
https://github.com/themesberg/flowbite-react/blob/main/src/components/Button/theme.ts#L21
Current behavior
Describe what is currently happening and why it's a problem.
<Button color="blue"> Publish post </Button>
Expected behavior
Describe what you expected to happen.
Context
What are you trying to accomplish? Does this only happen on a specific browser, screen size, or operating system?
If possible, provide a live example URL, screenshot, video, or a repository with the minimal reproduction of the issue.
The text was updated successfully, but these errors were encountered: