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
Is there a way to globally set the text color of all buttons in Flowbite Svelte using themes? Currently, the only method I’m aware of is this approach, which involves creating custom components. However, this requires manually creating custom buttons, tables, headers, etc., to apply global changes to specific components. This approach feels like reinventing the framework, which seems inefficient for simple global customizations.
The text was updated successfully, but these errors were encountered:
@shinokada Thanks for the quick reply. The primary color only affects certain buttons tho and let's say my primary color is some blue and I want a generic button with black text as a default for many actions. I do not think that creating a new component for that is a solution that scales well. Imo there would need to be a extended theme for svelte components themselves just like there is a theme for tailwind.
Is there a way to globally set the text color of all buttons in Flowbite Svelte using themes? Currently, the only method I’m aware of is this approach, which involves creating custom components. However, this requires manually creating custom buttons, tables, headers, etc., to apply global changes to specific components. This approach feels like reinventing the framework, which seems inefficient for simple global customizations.
The text was updated successfully, but these errors were encountered: