fix: add bg-opacity to in-progress status badges (#3190)

pull/3191/head
Brandon Cohen 1 year ago committed by GitHub
parent 76335ec8d3
commit 68223f4b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,7 +116,7 @@ const StatusBadge = ({
const badgeDownloadProgress = (
<div
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'
} transition-all duration-200 ease-in-out
`}

Loading…
Cancel
Save