From 54a976819127f07909fded56759423d39fe8461f Mon Sep 17 00:00:00 2001 From: Hyunseung Lee Date: Mon, 13 Mar 2023 20:02:45 +0900 Subject: [PATCH] Fix typo `--warn` to `--warning` --- 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 5b8b184a..a2f17580 100644 --- a/src/TextInput/TextInput.svelte +++ b/src/TextInput/TextInput.svelte @@ -202,7 +202,7 @@ class:bx--text-input="{true}" class:bx--text-input--light="{light}" class:bx--text-input--invalid="{error}" - class:bx--text-input--warn="{warn}" + class:bx--text-input--warning="{warn}" class:bx--text-input--sm="{size === 'sm'}" class:bx--text-input--xl="{size === 'xl'}" {...$$restProps}