Skip to content

Commit

Permalink
fix: corner player tooltip bg color
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 9, 2024
1 parent 26b3cfa commit 16b91f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/renderer/src/modules/feed-column/corner-player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,7 @@ const ActionIcon = ({
{children || <i className={className} />}
</button>
</TooltipTrigger>
<TooltipContent className="bg-theme-modal-background" align={tooltipAlign}>
{label}
</TooltipContent>
<TooltipContent align={tooltipAlign}>{label}</TooltipContent>
</Tooltip>
)

Expand Down

0 comments on commit 16b91f9

Please sign in to comment.