Update category colors: update=lime, patch=tomato
This commit is contained in:
@@ -206,8 +206,8 @@ export function PatchList() {
|
|||||||
{item.cate && (
|
{item.cate && (
|
||||||
<span className={`px-2 py-0.5 text-xs rounded whitespace-nowrap ${
|
<span className={`px-2 py-0.5 text-xs rounded whitespace-nowrap ${
|
||||||
item.cate.toLowerCase() === 'update'
|
item.cate.toLowerCase() === 'update'
|
||||||
? 'bg-white/10 text-white'
|
? 'bg-lime-500/20 text-lime-400'
|
||||||
: 'bg-[#87CEEB]/20 text-[#87CEEB]'
|
: 'bg-red-500/20 text-red-400'
|
||||||
}`}>
|
}`}>
|
||||||
{item.cate}
|
{item.cate}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user