Skip to content

Commit

Permalink
fix(reakit-library): fix popoverarrow rendering (#3829)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb authored Mar 21, 2024
1 parent 575f72a commit 9ab72f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/fluffy-grapes-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/reakit-library": patch
"@twilio-paste/core": patch
---

[Reakit Library] fix `PopoverArrow` rendering on theme toggles
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const usePopoverArrow = createHook<PopoverArrowOptions, PopoverArrowHTMLP
/>
</svg>
),
[transform],
[transform, fill, stroke],
);

return {
Expand Down

0 comments on commit 9ab72f5

Please sign in to comment.