Skip to content

Commit

Permalink
fix: tooltip in dark mode shadow
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 12, 2024
1 parent 96ff9f6 commit 55266ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/src/components/ui/tooltip/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export const tooltipStyle = {
"rounded-lg text-sm",
"max-w-[75ch] select-text",
"drop-shadow data-[side=top]:shadow-tooltip-bottom data-[side=bottom]:shadow-tooltip-top",
tw`dark:drop-shadow-[0_0_1px_theme(colors.white/0.5)]`,
],
}

0 comments on commit 55266ce

Please sign in to comment.