Skip to content

Commit

Permalink
fix: add bg-opacity to in-progress status badges (sct#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
OwsleyJr authored and Mike Kao committed Jan 3, 2024
1 parent 22db0f2 commit 539aa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StatusBadge/index.tsx
Original file line number Diff line number Diff line change
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 539aa58

Please sign in to comment.