mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
hotfix(text-input): hr className -> class
This commit is contained in:
parent
303f410413
commit
4204a10a3e
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@
|
|||
on:blur
|
||||
/>
|
||||
{#if isFluid}
|
||||
<hr className="bx--text-input__divider" />
|
||||
<hr class:bx--text-input__divider="{true}" />
|
||||
{/if}
|
||||
{#if isFluid && !inline && invalid}
|
||||
<div class:bx--form-requirement="{true}" id="{errorId}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue