Skip to content

Commit

Permalink
fix(frontend): update titlecard status badge to new requested colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sct committed Dec 25, 2020
1 parent 4809257 commit 8f292d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/unavailable.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/TitleCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f292d5

Please sign in to comment.