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 2ed3d87 commit bc3a6a8Copy full SHA for bc3a6a8
demo-vue/app/app.scss
@@ -1,7 +1,11 @@
1
mdbutton {
2
+ color: black;
3
+ .ns-dark & {
4
+ color: white;
5
+ }
6
}
7
button {
- elevation:2
8
+ elevation: 2;
9
10
11
.falseFAb {
demo-vue/app/examples/BottomSheetInner.vue
@@ -1,6 +1,6 @@
<template>
<!-- <Page iosOverflowSafeArea="true"> -->
- <MDCardView @shownInBottomSheet="onShownInBottomSheet" borderRadius="20" elevation="30" backgroundColor="red">
+ <MDCardView @shownInBottomSheet="onShownInBottomSheet" borderRadius="20" elevation="30" backgroundColor="transparent">
<StackLayout>
<MDButton id="test1" text="test1" borderRadius="20" margin="20" />
<MDButton id="test2" text="test2" />
0 commit comments