mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
Accesibillity fix
This commit is contained in:
parent
6905fa5c0b
commit
349b2f9f1e
1 changed files with 1 additions and 1 deletions
|
@ -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]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue