mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
Merge pull request #624 from BlueFox1616/patch-2
Better color for the breaking title
This commit is contained in:
commit
b901d3dea0
1 changed files with 1 additions and 1 deletions
|
@ -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]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue