fix: added download status and title to request card/item error components (#3186)

This commit is contained in:
Brandon Cohen
2022-12-28 00:57:11 -05:00
committed by GitHub
parent 6face8cc45
commit 3309f77aa4
4 changed files with 27 additions and 7 deletions

View File

@@ -251,7 +251,7 @@ const StatusBadge = ({
href={mediaLink}
className={`${
inProgress &&
'relative !bg-gray-700 !bg-opacity-80 !px-0 hover:overflow-hidden hover:!bg-gray-700'
'relative !bg-gray-700 !bg-opacity-80 !px-0 hover:!bg-gray-700'
} overflow-hidden`}
>
{inProgress && badgeDownloadProgress}