From abc93de3dd1220963e098dfa5f2ce3c27ac968c6 Mon Sep 17 00:00:00 2001 From: eti Date: Tue, 4 Aug 2026 21:08:53 +0300 Subject: [PATCH] web/components: fix `lg` Tag variant gap Signed-off-by: eti --- web/src/lib/components/ui/Tag.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/components/ui/Tag.svelte b/web/src/lib/components/ui/Tag.svelte index 2192bc96..0e509f1b 100644 --- a/web/src/lib/components/ui/Tag.svelte +++ b/web/src/lib/components/ui/Tag.svelte @@ -17,7 +17,7 @@ size: { sm: "px-1 typography-paragraph-mini", md: "px-1.5 py-0.5 typography-paragraph-small", - lg: "px-2 py-1 typography-paragraph-regular font-normal" + lg: "px-2 py-1 typography-paragraph-regular font-normal gap-2" } }, defaultVariants: { -- 2.51.2