Accesibillity fix

This commit is contained in:
BlueFox1616 2025-05-20 16:21:36 +03:00 committed by GitHub
parent 6905fa5c0b
commit 349b2f9f1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ const {
(type === 'feature' && 'text-[#bf3316] dark:text-[#ffb1a1]') || (type === 'feature' && 'text-[#bf3316] dark:text-[#ffb1a1]') ||
(type === 'fix' && 'text-[#fe846b]') || (type === 'fix' && 'text-[#fe846b]') ||
(type === 'theme' && 'text-[#f76f53]') || (type === 'theme' && 'text-[#f76f53]') ||
(type === 'break' && 'text-[#471308]') || '' (type === 'break' && 'text-[#D02908]') || ''
, 'opacity-80 font-bold min-w-16']} , 'opacity-80 font-bold min-w-16']}
> >
{itemType[type]} {itemType[type]}