Badge: fix bot text color, fixes #933

api-accept
Alex Gleason 2 years ago
parent a9a5ab115e
commit 8f979b30fc
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -15,7 +15,7 @@ const Badge: React.FC<IBadge> = ({ title, slug }) => (
'bg-yellow-500': slug === 'donor',
'bg-black': slug === 'admin',
'bg-cyan-600': slug === 'moderator',
'bg-gray-100 text-gray-800': slug === 'bot',
'bg-gray-100 text-gray-900': slug === 'bot',
'bg-white bg-opacity-75 text-gray-900': slug === 'opaque',
})}
>

Loading…
Cancel
Save