mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +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:mouseleave
|
||||
for={id}
|
||||
class={cx('--form-item', className)}
|
||||
class={cx('--label', className)}
|
||||
{style}>
|
||||
<slot />
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue