From 33fa9f9c9c07b7d512dca2b21202e9bfd5526967 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 30 Nov 2025 22:26:25 -0800 Subject: [PATCH] reset fieldset border/padding/margin in Input component --- src/lib/components/ui/Input.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/components/ui/Input.svelte b/src/lib/components/ui/Input.svelte index 678a9917..5278f073 100644 --- a/src/lib/components/ui/Input.svelte +++ b/src/lib/components/ui/Input.svelte @@ -185,6 +185,9 @@ display: flex; flex-direction: column; gap: $unit-half; + border: none; + padding: 0; + margin: 0; &:last-child .error { margin-bottom: 0;