File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
</ActionBar >
10
10
<ScrollView >
11
11
<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" />
13
13
<StackLayout v-if =" isEditing" >
14
14
<MDTextField class =" session-details-input" :hint =" ('name')" />
15
15
<MDTextField class =" session-details-input" :hint =" ('description')" />
Original file line number Diff line number Diff line change 15
15
</StackLayout >
16
16
</MDCardView >
17
17
</GridLayout >
18
- <MDCardView margin =" 10" width =" 200" height =" 100" >
18
+ <MDCardView margin =" 10" width =" 200" height =" 100" elevation = " 6 " >
19
19
<StackLayout >
20
20
<Label text =" Hello world2" class =" title" ></Label >
21
21
</StackLayout >
You can’t perform that action at this time.
0 commit comments