-
-
Notifications
You must be signed in to change notification settings - Fork 454
Button in ButtonGroup ignores theme
prop
#1252
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
Comments
theme
proptheme
prop
Known issue, its because Will be fixed in the next patch. |
More than a year / couple of patches later and it's still not fixed... :| |
Hey @WojciechCzechowski-SmartFrame, Flowbite React is primarily an open-source library, you're more than welcome to contribute to it. We're really doing our absolute best to keep the library not only updated, but bring new features. I hope that you can understand this context too. If you're a pro version holder, we've been doing a lot of updates and releases lately and we keep doing so since 4 years of our launch. We're doing a major upgrade with @SutuSebastian that will upgrade to Tailwind v4 and do major improvements to the way you can theme components, so probably that's why it has been postponed until now since it should be fixed in a much larger update that will cover everything more extensively. Thanks, |
Fixed by #1498 in [email protected] release. |
Uh oh!
There was an error while loading. Please reload this page.
Steps to reproduce
Current behavior
First button in button group should have
class="x"
Expected behavior
class="x"
is missingContext
Button component doesn't use
props.theme
of parent ButtonGroup.flowbite-react/src/components/Button/Button.tsx
Line 118 in 4fd01e5
The text was updated successfully, but these errors were encountered: