From 76335ec8d321752b71378f9a363ff70ed6928f9f Mon Sep 17 00:00:00 2001 From: Ryan Cohen Date: Thu, 29 Dec 2022 23:10:23 +0900 Subject: [PATCH] refactor: update mini status icons on titlecard to match badge colors (#3188) --- src/components/TitleCard/index.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/TitleCard/index.tsx b/src/components/TitleCard/index.tsx index f5f69605..cca56cb4 100644 --- a/src/components/TitleCard/index.tsx +++ b/src/components/TitleCard/index.tsx @@ -129,8 +129,10 @@ const TitleCard = ({ />
@@ -142,17 +144,17 @@ const TitleCard = ({
{(currentStatus === MediaStatus.AVAILABLE || currentStatus === MediaStatus.PARTIALLY_AVAILABLE) && ( -
+
)} {currentStatus === MediaStatus.PENDING && ( -
+
)} {currentStatus === MediaStatus.PROCESSING && ( -
+
{inProgress ? ( ) : (