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

@ -14,7 +14,9 @@
<Layout>
{#if story === 'skeleton'}
<CheckboxSkeleton />
<div>
<CheckboxSkeleton />
</div>
{:else if story === 'unchecked'}
<fieldset class={cx('--fieldset')}>
<legend class={cx('--label')}>Checkbox heading</legend>