This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

web/components/issues: update emphasis background class in IssueStatePill

Signed-off-by: eti <eti@eti.tf>

+1 -1
+1 -1
web/src/lib/components/repo/issues/IssueStatePill.svelte
··· 6 6 variants: { 7 7 state: { 8 8 open: "bg-background-success-emphasis", 9 - closed: "bg-background-neutral-emphasis" 9 + closed: "bg-background-emphasis" 10 10 } 11 11 }, 12 12 defaultVariants: {