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
I am using flowbite-svelte's Spinner to show a loading state. To match the overall theme of my whole UI, I also want the spinner to have the same colorscheme. Although it is possible to set colors via hex, it seems its not possible with tailwindcss classes.
We can always copy the actual color from tailwindcss docs and use it here but I find it counter-intuitive by doing so.
Can we just expose a class argument for the border and the actual spinner to set fill classes using tailwindcss only.
This is just a suggestion and it its completely fine if this request may be rejected due to unexpected technicalities that I may not have considered.
The text was updated successfully, but these errors were encountered:
Summary
I am using flowbite-svelte's Spinner to show a loading state. To match the overall theme of my whole UI, I also want the spinner to have the same colorscheme. Although it is possible to set colors via hex, it seems its not possible with tailwindcss classes.
We can always copy the actual color from tailwindcss docs and use it here but I find it counter-intuitive by doing so.
Can we just expose a class argument for the border and the actual spinner to set fill classes using tailwindcss only.
This is just a suggestion and it its completely fine if this request may be rejected due to unexpected technicalities that I may not have considered.
The text was updated successfully, but these errors were encountered: