We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fef75 commit f0eef20Copy full SHA for f0eef20
demo-snippets/vue/Basic.vue
@@ -4,7 +4,7 @@
4
<Label text="Basic Drawer" />
5
</ActionBar>
6
7
- <BottomSheet v-model="stepIndex" :steps="[56, 156, 456]" scrollViewId="scrollView" backdropColor="#88000000" backgroundColor="purple">
+ <BottomSheet v-model="stepIndex" :steps="[56, 156, 456]" scrollViewId="scrollView" backdropColor="#00000088" backgroundColor="purple">
8
<StackLayout backgroundColor="red">
9
<Label text="This is the main content" />
10
</StackLayout>
0 commit comments