This repository has no description
0

Configure Feed

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

web/components: add subtle px top margin to Input

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

+1 -1
+1 -1
web/src/lib/components/ui/Input.svelte
··· 69 69 {disabled} 70 70 aria-invalid={error} 71 71 aria-busy={loading} 72 - class="flex-1 bg-transparent typography-paragraph-small outline-none placeholder:text-foreground-placeholder disabled:cursor-not-allowed" 72 + class="flex-1 bg-transparent typography-paragraph-small outline-none placeholder:text-foreground-placeholder disabled:cursor-not-allowed mt-px" 73 73 {...rest} 74 74 /> 75 75 {#if suffix}