File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/components/spinner/examples Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ export class SpinnerColorExample {
2121 < limel-example-controls
2222 style = { { '--example-controls-column-layout' : 'auto-fit' } }
2323 >
24- < limel-checkbox
25- checked = { this . limeBranded }
24+ < limel-switch
25+ value = { this . limeBranded }
2626 label = "Lime branded (default design)"
2727 onChange = { this . renderBranded }
2828 />
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ export class SpinnerExample {
2222 < limel-example-controls
2323 style = { { '--example-controls-column-layout' : 'auto-fit' } }
2424 >
25- < limel-checkbox
26- checked = { this . limeBranded }
25+ < limel-switch
26+ value = { this . limeBranded }
2727 label = "Lime branded"
2828 onChange = { this . renderBranded }
2929 />
You can’t perform that action at this time.
0 commit comments