Skip to content

Commit 4c87ebe

Browse files
committed
test: better demo
1 parent 108475f commit 4c87ebe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo-vue/app/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ button {
1010
// }
1111

1212
.falseFAb {
13-
elevation: 2;
13+
elevation: 6;
1414
font-size: 26;
1515
border-radius: 28;
1616
width: 56;

demo-vue/app/views/Home.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
<ListView ref="listView" rowHeight="60" for="example in examples">
1212
<v-template>
1313
<GridLayout rippleColor="red" @tap="{goToExample(example)}" @longPress="{goToModalExample(example)}" >
14-
<Label paddingLeft="10" :text="example.title" verticalAlignment="center"/>
14+
<Label paddingLeft="10" :text="example.title" verticalAlignment="center" isUserInteractionEnabled="false"/>
1515
</GridLayout>
1616
</v-template>
1717
</ListView>

0 commit comments

Comments
 (0)