Skip to content

Commit

Permalink
fix: tooltip style in dark mode
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Aug 29, 2024
1 parent 0d60da6 commit a61c79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/ui/tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const TooltipContent = React.forwardRef<
"rounded-lg text-sm",
"max-w-[75ch] select-text",

"drop-shadow data-[side=top]:shadow-tooltip-bottom data-[side=bottom]:shadow-tooltip-top",
"drop-shadow data-[side=top]:shadow-tooltip-bottom data-[side=bottom]:shadow-tooltip-top dark:border-border",

className,
)}
Expand Down

0 comments on commit a61c79e

Please sign in to comment.