Skip to content

Commit 58ad0ce

Browse files
authored
Fix for #21
1 parent 5e0a77f commit 58ad0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Switch.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188
}
189189
190190
//Hack since components should always to starting with Capital letter and props are camelCasing
191-
let CIcon = defaultCheckedIcon;
192-
let UIcon = defaultUncheckedIcon;
191+
let CIcon = checkedIcon;
192+
let UIcon = unCheckedIcon;
193193
194194
//styles
195195

0 commit comments

Comments
 (0)