From 4204a10a3e3a4cb4b3e2f89a53013461a6d4f429 Mon Sep 17 00:00:00 2001 From: josefaidt Date: Wed, 30 Sep 2020 09:05:56 -0500 Subject: [PATCH] hotfix(text-input): hr className -> class --- src/TextInput/TextInput.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TextInput/TextInput.svelte b/src/TextInput/TextInput.svelte index 89f11724..7b82e163 100644 --- a/src/TextInput/TextInput.svelte +++ b/src/TextInput/TextInput.svelte @@ -211,7 +211,7 @@ on:blur /> {#if isFluid} -
+
{/if} {#if isFluid && !inline && invalid}