mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(form-label): use the correct class
This commit is contained in:
parent
9cf93e4a74
commit
9e3a79f9e2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
on:mouseenter
|
on:mouseenter
|
||||||
on:mouseleave
|
on:mouseleave
|
||||||
for={id}
|
for={id}
|
||||||
class={cx('--form-item', className)}
|
class={cx('--label', className)}
|
||||||
{style}>
|
{style}>
|
||||||
<slot />
|
<slot />
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue