Skip to content

Commit 58a5394

Browse files
committed
test: demo app
1 parent dd6ad58 commit 58a5394

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo-vue/app/examples/Buttons.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ActionBar>
1010
<ScrollView>
1111
<StackLayout>
12-
<MDButton id="button1" elevation="2" borderRadius="10" fontSize="20" text="raised button" @tap="onTap" />
12+
<MDButton id="button1" borderRadius="10" fontSize="20" text="raised button" @tap="onTap" />
1313
<StackLayout v-if="isEditing">
1414
<MDTextField class="session-details-input" :hint="('name')" />
1515
<MDTextField class="session-details-input" :hint="('description')"/>

demo-vue/app/examples/CardViews.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</StackLayout>
1616
</MDCardView>
1717
</GridLayout>
18-
<MDCardView margin="10" width="200" height="100">
18+
<MDCardView margin="10" width="200" height="100" elevation="6">
1919
<StackLayout>
2020
<Label text="Hello world2" class="title"></Label>
2121
</StackLayout>

0 commit comments

Comments
 (0)