From 09065fa1633b4d3d06523320e238bd128eade0fb Mon Sep 17 00:00:00 2001 From: TOMIKAWA Sotaro Date: Wed, 11 Dec 2024 17:32:15 +0900 Subject: [PATCH] chore(demo): fix styles --- demo/src/App.svelte | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/demo/src/App.svelte b/demo/src/App.svelte index 0439010..3d3683c 100644 --- a/demo/src/App.svelte +++ b/demo/src/App.svelte @@ -83,20 +83,20 @@

Test Paths

- +
- - + + {#each appIds as appId (appId)} - + {/each} {#each paths as path (path.id)} - - + + +
pathpath{appId}{appId}
+ + {/each} +
+ +