From 02b58bbf3acf2c2649fc9697a13a297dbc78b1ea Mon Sep 17 00:00:00 2001 From: Craig Howell Date: Tue, 3 Oct 2023 22:03:46 -0400 Subject: [PATCH] fix(Input): added class identifiers --- src/lib/components/input/Input.svelte | 22 +++++++++++++--------- src/lib/components/input/Label.svelte | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/lib/components/input/Input.svelte b/src/lib/components/input/Input.svelte index 3baa8ae4..294b06d6 100644 --- a/src/lib/components/input/Input.svelte +++ b/src/lib/components/input/Input.svelte @@ -1,5 +1,5 @@