mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(text-input): correctly set input padding for warning state (#1688)
Fixes #1687
This commit is contained in:
parent
53899cf537
commit
821233ab4f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue