-
-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(/lib/theme): add Tailwind CSS colors to
<Button>
s (#598)
Adds standard colors from Tailwind CSS, like cyan, which were missing from the options for `<Button color="..">`. * 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 * feat(add more colors in button): added support to FlowbiteColors in Button re #473 * fix(typescript button.tsx): uses FlowbiteColors instead of Pick re #473 * docs(button.stories.tsx): inline-radio with all FlowbiteColors on storybook * revert(alert.tsx changes): revert changes that should've added in another PR --------- Co-authored-by: Conner Davis <[email protected]>
- Loading branch information
1 parent
720c8ef
commit e88cdab
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters