Skip to content

Commit 2c94789

Browse files
committed
Format tooltip.tsx
1 parent a4a6b22 commit 2c94789

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/ui/tooltip.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ const TooltipContent = React.forwardRef<
2929
{...props}
3030
>
3131
{props.children}
32-
<TooltipPrimitive.Arrow
33-
className="drop-shadow-sm"
34-
style={{ fill: "var(--color-popover)" }}
35-
/>
32+
<TooltipPrimitive.Arrow className="drop-shadow-sm" style={{ fill: "var(--color-popover)" }} />
3633
</TooltipPrimitive.Content>
3734
));
3835
TooltipContent.displayName = TooltipPrimitive.Content.displayName;

0 commit comments

Comments
 (0)