diff --git a/packages/pl-fe/src/components/badge.tsx b/packages/pl-fe/src/components/badge.tsx index aa67a99f6..1b5bfa8ea 100644 --- a/packages/pl-fe/src/components/badge.tsx +++ b/packages/pl-fe/src/components/badge.tsx @@ -33,7 +33,7 @@ const Badge: React.FC = ({ title, slug, color }) => { 'bg-gray-800 text-gray-900': !isDark, } : { - 'bg-fuchsia-700 text-white': slug === 'patron', + 'bg-gradient-to-r from-blue-900 to-purple-500 text-white': slug === 'patron', 'bg-orange-700 text-white': slug === 'admin', 'bg-cyan-600 text-white': slug === 'moderator', 'bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-gray-100':