Skip to content

Commit

Permalink
fix: preview media entry background color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Sep 27, 2024
1 parent 29f2c0c commit 4751447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/components/ui/media/preview-media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Wrapper: Component<{
</div>
{entryId && (
<div
className="box-border flex h-full w-[400px] min-w-0 shrink-0 flex-col rounded-r-xl bg-white px-2 pt-1"
className="box-border flex h-full w-[400px] min-w-0 shrink-0 flex-col rounded-r-xl bg-theme-background px-2 pt-1"
onClick={stopPropagation}
>
<EntryContent entryId={entryId} noMedia compact />
Expand Down

0 comments on commit 4751447

Please sign in to comment.