diff --git a/src/components/ReleaseNoteListItem.astro b/src/components/ReleaseNoteListItem.astro index 19d9311..20dd34f 100644 --- a/src/components/ReleaseNoteListItem.astro +++ b/src/components/ReleaseNoteListItem.astro @@ -26,7 +26,7 @@ const { (type === 'feature' && 'text-[#bf3316] dark:text-[#ffb1a1]') || (type === 'fix' && 'text-[#fe846b]') || (type === 'theme' && 'text-[#f76f53]') || - (type === 'break' && 'text-[#471308]') || '' + (type === 'break' && 'text-[#D02908]') || '' , 'opacity-80 font-bold min-w-16']} > {itemType[type]}