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 108475f commit 4c87ebeCopy full SHA for 4c87ebe
demo-vue/app/app.scss
@@ -10,7 +10,7 @@ button {
10
// }
11
12
.falseFAb {
13
- elevation: 2;
+ elevation: 6;
14
font-size: 26;
15
border-radius: 28;
16
width: 56;
demo-vue/app/views/Home.ts
@@ -11,7 +11,7 @@ export default {
<ListView ref="listView" rowHeight="60" for="example in examples">
<v-template>
<GridLayout rippleColor="red" @tap="{goToExample(example)}" @longPress="{goToModalExample(example)}" >
- <Label paddingLeft="10" :text="example.title" verticalAlignment="center"/>
+ <Label paddingLeft="10" :text="example.title" verticalAlignment="center" isUserInteractionEnabled="false"/>
</GridLayout>
</v-template>
17
</ListView>
0 commit comments