mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02: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