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
feat(/lib/theme): add Tailwind CSS colors to <Alert>s (#586)
* feat(more colors to alert component): adds more possible colors to alert component (issue #473)
#473
re #473
* feat(add more colors and check contrast): added gray and light + update dark
add "gray" and "light" to add support to all FlowbiteColors
re #473
* fix(linter): linter
linter
* fix(use flowbitecolors): changes AlertColors extends FlowbiteColors to just FlowbiteColors
Since AlertColors now implement all colors from FlowbiteColors I had replaced it
* docs(alert.stories.tsx): inline-radio with all FlowbiteColors on storybook
* fix(/components/alert/alert.tsx): reverts "pink" default color to "info"
* revert(/lib/theme): undo remove from `Alert` theme
This was a mistake I made while merging their PR manually.
* chore(/lib/components/alert): fix story refers to old theme
---------
Co-authored-by: Conner Davis <conner@tulup.io>
Co-authored-by: Ricardo Lüders <ricardo@luders.com.br>
0 commit comments