mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-04 05:38:37 -05:00
fix: add bg-opacity to in-progress status badges (#3190)
This commit is contained in:
@@ -116,7 +116,7 @@ const StatusBadge = ({
|
|||||||
const badgeDownloadProgress = (
|
const badgeDownloadProgress = (
|
||||||
<div
|
<div
|
||||||
className={`
|
className={`
|
||||||
absolute top-0 left-0 z-10 flex h-full ${
|
absolute top-0 left-0 z-10 flex h-full bg-opacity-80 ${
|
||||||
status === MediaStatus.PROCESSING ? 'bg-indigo-500' : 'bg-green-500'
|
status === MediaStatus.PROCESSING ? 'bg-indigo-500' : 'bg-green-500'
|
||||||
} transition-all duration-200 ease-in-out
|
} transition-all duration-200 ease-in-out
|
||||||
`}
|
`}
|
||||||
|
|||||||
Reference in New Issue
Block a user