Skip to content

Commit

Permalink
Misc: Add stronger overlay and colour to episode watch/hidden state (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fearnlj01 authored Jun 3, 2024
1 parent f523fa5 commit 10c358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Collection/Episode/EpisodeSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const EpisodeSummary = React.memo(
</div>
<div className="flex w-14 flex-col">
{(!!episode.Watched || episode.IsHidden) && (
<div className="flex flex-col items-center gap-y-6 rounded-bl-lg rounded-tr-lg bg-panel-background-transparent p-4 shadow-md">
<div className="flex flex-col items-center gap-y-6 rounded-bl-lg rounded-tr-lg bg-panel-background-overlay p-4 text-panel-text-important shadow-md">
<StateIcon icon={mdiEyeCheckOutline} show={!!episode.Watched} />
<StateIcon icon={mdiEyeOffOutline} show={episode.IsHidden} />
</div>
Expand Down

0 comments on commit 10c358b

Please sign in to comment.