Skip to content

Commit bc3a6a8

Browse files
committed
test: demo app
1 parent 2ed3d87 commit bc3a6a8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

demo-vue/app/app.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
mdbutton {
2+
color: black;
3+
.ns-dark & {
4+
color: white;
5+
}
26
}
37
button {
4-
elevation:2
8+
elevation: 2;
59
}
610

711
.falseFAb {

demo-vue/app/examples/BottomSheetInner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<!-- <Page iosOverflowSafeArea="true"> -->
3-
<MDCardView @shownInBottomSheet="onShownInBottomSheet" borderRadius="20" elevation="30" backgroundColor="red">
3+
<MDCardView @shownInBottomSheet="onShownInBottomSheet" borderRadius="20" elevation="30" backgroundColor="transparent">
44
<StackLayout>
55
<MDButton id="test1" text="test1" borderRadius="20" margin="20" />
66
<MDButton id="test2" text="test2" />

0 commit comments

Comments
 (0)