fix: update CheckboxSkeleton style

Closes #61
This commit is contained in:
Eric Liu 2020-02-03 10:18:46 -08:00
commit c0426e8636
4 changed files with 20 additions and 56 deletions

View file

@ -11,7 +11,7 @@
on:mouseover
on:mouseenter
on:mouseleave
class={cx('--form-item', '--checkbox-wrapper', className)}
class={cx('--form-item', '--checkbox-wrapper', '--checkbox-label', className)}
{style}>
<span class={cx('--checkbox-label', '--skeleton')} />
<span class={cx('--checkbox-label-text', '--skeleton')} />
</div>