From 7e6a92ebd4111cc8a373e8a435db0f1f88a2ee45 Mon Sep 17 00:00:00 2001 From: fall simply Date: Wed, 2 Oct 2019 13:09:54 -0500 Subject: [PATCH 1/3] Add Third Switch to Web Components Example --- switch.lit.html | 1 + 1 file changed, 1 insertion(+) diff --git a/switch.lit.html b/switch.lit.html index cb4409e..ee592e1 100644 --- a/switch.lit.html +++ b/switch.lit.html @@ -10,6 +10,7 @@
+ From 4b896abd8bc4b95a67557b05e2cc22a21d08952c Mon Sep 17 00:00:00 2001 From: fall simply Date: Wed, 2 Oct 2019 13:13:41 -0500 Subject: [PATCH 2/3] [Web Components] Use div for nub --- switch.lit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch.lit.js b/switch.lit.js index 5a9c5b5..52f3359 100644 --- a/switch.lit.js +++ b/switch.lit.js @@ -16,7 +16,7 @@ class Switch extends LitElement { return html` From 43cab420ba6cee9fab29a27fdaf92d797dce559f Mon Sep 17 00:00:00 2001 From: fall simply Date: Wed, 2 Oct 2019 13:16:58 -0500 Subject: [PATCH 3/3] Change Color on third switch --- switch.lit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch.lit.html b/switch.lit.html index ee592e1..13a49e3 100644 --- a/switch.lit.html +++ b/switch.lit.html @@ -10,7 +10,7 @@
- +