`--warn` to `--warning`
This commit is contained in:
Hyunseung Lee 2023-03-13 20:02:45 +09:00 committed by GitHub
commit 54a9768191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}