This repository has no description
0

Configure Feed

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

web/components: improve Tag gray variant

author
eti
committer
dawn
date (Jul 31, 2026, 10:57 PM +0300) commit b8f224c2 parent 0e48c0b6 change-id wvvkvxxs
+1 -3
+1 -3
web/src/lib/components/ui/Tag.svelte
··· 6 6 variants: { 7 7 color: { 8 8 default: "border border-border-default bg-background-default text-foreground-default", 9 - gray: "border border-transparent bg-background-inset text-foreground-muted", 10 - // status badges, per Figma's Tag usage on the settings screens 9 + gray: "border border-transparent bg-background-inset text-foreground-default", 11 10 success: 12 11 "border border-transparent bg-background-success-subtle text-foreground-success-strong", 13 12 warning: "border border-transparent bg-background-warning-subtle text-foreground-warning", 14 13 info: "border border-transparent bg-background-info-subtle text-foreground-info-strong" 15 14 }, 16 15 size: { 17 - /** the DS badge: 16px tall, mini type — what the settings screens use */ 18 16 sm: "px-1 typography-paragraph-mini", 19 17 md: "px-1.5 py-0.5 typography-paragraph-small" 20 18 }