diff --git a/src/components/PostCard.tsx b/src/components/PostCard.tsx index ecc9965..20f6388 100644 --- a/src/components/PostCard.tsx +++ b/src/components/PostCard.tsx @@ -423,8 +423,8 @@ export function PostCard({ confirmingUnsub ? "bg-red-100 border-red-300 text-red-700 dark:bg-red-900 dark:border-red-700 dark:text-red-300" : isSubscribed(formatHandle(actual.account)) - ? "bg-blue-100 border-blue-300 text-blue-700 dark:bg-blue-900 dark:border-blue-700 dark:text-blue-300" - : "border-gray-300 text-gray-600 hover:bg-gray-100 dark:border-gray-600 dark:text-gray-400 dark:hover:bg-gray-700" + ? "border-gray-300 text-gray-500 hover:bg-gray-100 dark:border-gray-600 dark:text-gray-400 dark:hover:bg-gray-700" + : "bg-blue-600 border-blue-600 text-white hover:bg-blue-700 dark:bg-blue-600 dark:border-blue-600 dark:hover:bg-blue-500" }`} > {confirmingUnsub