Monorepo for Tangled tangled.org
2

Configure Feed

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

web/components/ui: tweak Input & Tag

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

author
eti
committer
dawn
date (Jul 23, 2026, 6:48 PM +0300) commit 5d7fa380 parent 6d9a994a change-id qzyrsmsv
+2 -2
+1 -1
web/src/lib/components/ui/Input.svelte
··· 2 2 import { tv, type VariantProps } from "tailwind-variants"; 3 3 4 4 export const inputField = tv({ 5 - base: "flex items-center gap-2 rounded border bg-background-default px-2 py-1 min-h-8 transition-colors", 5 + base: "flex items-center gap-2 rounded border bg-background-default px-2 py-1 min-h-9 transition-colors", 6 6 variants: { 7 7 error: { 8 8 false:
+1 -1
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: "bg-background-inset text-foreground-muted" 9 + gray: "border border-transparent bg-background-inset text-foreground-muted" 10 10 } 11 11 }, 12 12 defaultVariants: {