We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a6b22 commit 2c94789Copy full SHA for 2c94789
src/components/ui/tooltip.tsx
@@ -29,10 +29,7 @@ const TooltipContent = React.forwardRef<
29
{...props}
30
>
31
{props.children}
32
- <TooltipPrimitive.Arrow
33
- className="drop-shadow-sm"
34
- style={{ fill: "var(--color-popover)" }}
35
- />
+ <TooltipPrimitive.Arrow className="drop-shadow-sm" style={{ fill: "var(--color-popover)" }} />
36
</TooltipPrimitive.Content>
37
));
38
TooltipContent.displayName = TooltipPrimitive.Content.displayName;
0 commit comments