fix(frontend): update titlecard status badge to new requested colors

This commit is contained in:
sct
2020-12-25 10:10:27 +09:00
parent 4809257816
commit 8f292d538b
2 changed files with 2 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ const TitleCard: React.FC<TitleCardProps> = ({
)}
{currentStatus === MediaStatus.PROCESSING && (
<button
className="w-full ml-2 text-center text-red-500 border border-red-500 rounded-sm cursor-default h-7"
className="w-full ml-2 text-center text-indigo-500 border border-indigo-500 rounded-sm cursor-default h-7"
disabled
>
<svg