Badge: fix bot text color, fixes #933

This commit is contained in:
Alex Gleason
2022-05-04 11:51:52 -05:00
parent a9a5ab115e
commit 8f979b30fc

View File

@ -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',
})}
>