This repository has no description
0

Configure Feed

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

web/components: fix `lg` Tag variant gap

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

+1 -1
+1 -1
web/src/lib/components/ui/Tag.svelte
··· 17 17 size: { 18 18 sm: "px-1 typography-paragraph-mini", 19 19 md: "px-1.5 py-0.5 typography-paragraph-small", 20 - lg: "px-2 py-1 typography-paragraph-regular font-normal" 20 + lg: "px-2 py-1 typography-paragraph-regular font-normal gap-2" 21 21 } 22 22 }, 23 23 defaultVariants: {