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
Label
disabled
Describe the bug Label component disabled property doesn't apply styles from the theme
To Reproduce Steps to reproduce the behavior: Create <Label /> component with disabled property
<Label />
import { Label } from 'flowbite-react'; <Label disabled>Hello World!</Label>
or
import { Label } from 'flowbite-react'; <Label disabled={true}>Hello World!</Label>
Expected behavior it should apply the disabled state styles from the theme
System information:
Project information:
Additional context N/A
The text was updated successfully, but these errors were encountered:
fix(component): fix Label component disabled property not applying th…
71a7ddf
…eme styles fix themesberg#762
8d6d79e
…eme styles (#763) fix #762
0906b10
…eme styles (themesberg#763) fix themesberg#762
Successfully merging a pull request may close this issue.
Describe the bug
Label
componentdisabled
property doesn't apply styles from the themeTo Reproduce
Steps to reproduce the behavior:
Create
<Label />
component withdisabled
propertyor
Expected behavior
it should apply the
disabled
state styles from the themeSystem information:
Project information:
Additional context
N/A
The text was updated successfully, but these errors were encountered: