Skip to content

Commit

Permalink
Fix tooltip theme (#6605)
Browse files Browse the repository at this point in the history
* fix: tooltip theme

* docs: add changelog

Co-authored-by: Segun Adebayo <joseshegs@gmail.com>
  • Loading branch information
yjkwon07 and segunadebayo committed Aug 31, 2022
1 parent 4584cc5 commit 7d7e04d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-trains-arrive.md
@@ -0,0 +1,5 @@
---
"@chakra-ui/theme": patch
---

Fix tooltip theme
2 changes: 1 addition & 1 deletion packages/components/theme/src/components/tooltip.ts
Expand Up @@ -12,7 +12,7 @@ const baseStyle = defineStyle((props) => {
bg: $bg.reference,
color: $fg.reference,
[$bg.variable]: `colors.${bg}`,
[$fg.reference]: `colors.${fg}`,
[$fg.variable]: `colors.${fg}`,
[$arrowBg.variable]: $bg.reference,
px: "2",
py: "0.5",
Expand Down

1 comment on commit 7d7e04d

@vercel
Copy link

@vercel vercel bot commented on 7d7e04d Aug 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.