When hovering over the new message button in the ChatDemo, the Tooltip portals in on the body, which is outside the .theme-red selector so the tooltip doesn't inherit the theme.
I think one potential solution could be to change the tooltip.tsx component to portal the tooltip content in relative to the tooltip root vs. on document.body.
Describe the bug
On the Themes page:
https://ui.shadcn.com/themes
When hovering over the new message button in the ChatDemo, the Tooltip portals in on the body, which is outside the .theme-red selector so the tooltip doesn't inherit the theme.
I think one potential solution could be to change the tooltip.tsx component to portal the tooltip content in relative to the tooltip root vs. on document.body.
Affected component/components
Documentation, Tooltip
How to reproduce
Codesandbox/StackBlitz link
https://ui.shadcn.com/themes
Logs
No response
System Info
Before submitting