From b28f3ed6cd5e00472bdcaf44e487bfa0ecee1d12 Mon Sep 17 00:00:00 2001 From: BabakFP <44144724+babakfp@users.noreply.github.com> Date: Mon, 19 Apr 2021 17:53:30 -0700 Subject: [PATCH] Reversing HTML and CSS order - Also making the button simple and prettier. --- .../app-b/CustomButton.svelte | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte b/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte index f521c1f471..441a305e64 100644 --- a/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte +++ b/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte @@ -1,22 +1,24 @@ + + + + - - \ No newline at end of file