You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Button components wrapped in FlowbiteThemable, the button text and borders do not match the theme color. Additionally, the background color is being applied when it should not be (because it's an outline).
(The 1w button is a regular button that looks selected.)
Most classes appear to not apply any theme styling, while some do, such as focus, hover, bg, and dark. However, some of those styles appear to get overridden by default classes.
This works fine for regular buttons where :outline="false". Current workaround is having to apply external styles.
The text was updated successfully, but these errors were encountered:
When using
Button
components wrapped inFlowbiteThemable
, the button text and borders do not match the theme color. Additionally, the background color is being applied when it should not be (because it's an outline).(The
1w
button is a regular button that looks selected.)Code sample (not from screenshot):
These are the CSS classes being applied:
Most classes appear to not apply any theme styling, while some do, such as
focus
,hover
,bg
, anddark
. However, some of those styles appear to get overridden by default classes.This works fine for regular buttons where
:outline="false"
. Current workaround is having to apply external styles.The text was updated successfully, but these errors were encountered: