Skip to content

Commit 9f0d1af

Browse files
committed
test: demo update
1 parent fb52d51 commit 9f0d1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-snippets/svelte/Basic.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<page>
2929
<actionBar title="Svelte Demo" />
30-
<bottomsheet {stepIndex} on:stepIndexChange={(e) => (stepIndex = e.value)} steps={[0, 100, 400]} scrollViewId="scrollView" backdropColor="#88000000">
30+
<bottomsheet {stepIndex} on:stepIndexChange={(e) => (stepIndex = e.value)} steps={[0, 56, 156, 456]} scrollViewId="scrollView" backdropColor="#88000000">
3131
<stackLayout backgroundColor="red">
3232
<label text="This is the main content" />
3333
<button text="Close" on:tap={() => (stepIndex = 0)} />

0 commit comments

Comments
 (0)