Skip to content

Commit e2f91cd

Browse files
authored
Merge pull request #23 from thecodejack/icon_fixes
Fix for #21
2 parents 5e0a77f + 58ad0ce commit e2f91cd

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)