Skip to content

Commit

Permalink
fix: add bg-opacity to in-progress status badges (#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
OwsleyJr committed Dec 30, 2022
1 parent 76335ec commit 68223f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StatusBadge/index.tsx
Expand Up @@ -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
`}
Expand Down

0 comments on commit 68223f4

Please sign in to comment.