Skip to content

Commit

Permalink
fix: can't see ActionButton well in light theme (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soya-xy authored Oct 18, 2024
1 parent f1e3cf0 commit 5966c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/renderer/src/components/ui/media/preview-media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const Wrapper: Component<{
{children}
<RootPortal to={entryId ? null : undefined}>
<div
className="pointer-events-auto absolute bottom-4 right-4 z-[99] flex gap-3 text-white/70 [&_button]:hover:text-white"
className="pointer-events-auto absolute bottom-4 right-4 z-[99] flex gap-3 text-theme-vibrancyFg dark:text-white/70
[&_button]:hover:text-theme-vibrancyFg dark:[&_button]:hover:text-white"
onClick={stopPropagation}
>
{showActions && (
Expand Down

0 comments on commit 5966c3a

Please sign in to comment.