Merge pull request #624 from BlueFox1616/patch-2

Better color for the breaking title
This commit is contained in:
mr. m 2025-05-20 15:35:23 +02:00 committed by GitHub
commit b901d3dea0
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 === 'fix' && 'text-[#fe846b]') ||
(type === 'theme' && 'text-[#f76f53]') ||
(type === 'break' && 'text-[#471308] dark:text-[#ff7d84]') || ''
(type === 'break' && 'text-[#471308] dark:text-[#D02908]') || ''
, 'opacity-80 font-bold min-w-16']}
>
{itemType[type]}