-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: tag component not reading badge color and badge bg css variables (…
- Loading branch information
1 parent
b39e242
commit 1dac7ee
Showing
3 changed files
with
16 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@chakra-ui/theme": major | ||
"@chakra-ui/tag": major | ||
--- | ||
|
||
- Fix issue where the tag component is not setting bg and color css variables | ||
the variables are called `--badge-bg` and `--badge-color`. Those values are | ||
already passed as CSS variable but not read. Editing the tag.ts file and make | ||
a reference for those variables |
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
1dac7ee
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
chakra-ui-storybook – ./
storybook.chakra-ui.com
chakra-ui-storybook-chakra-ui.vercel.app
chakra-ui-storybook.vercel.app
chakra-ui-storybook-git-main-chakra-ui.vercel.app