From d1f78e5f8cd5ae0f69587df9d4504849235d9422 Mon Sep 17 00:00:00 2001 From: Jesper Orb Date: Sun, 7 Apr 2024 12:14:15 +0200 Subject: [PATCH] fix: spacing on inputs --- src/lib/components/ui/Input.svelte | 2 +- src/lib/components/ui/Select.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/ui/Input.svelte b/src/lib/components/ui/Input.svelte index 5d37310..67ccb4c 100644 --- a/src/lib/components/ui/Input.svelte +++ b/src/lib/components/ui/Input.svelte @@ -16,7 +16,7 @@ {#if label} {/if} - + {#if onInput} {label} {/if} - +