increase play button hit area

This commit is contained in:
Thomas Amland
2020-08-02 15:18:44 +02:00
parent 49a9499d1b
commit 60e1192e12
2 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<BIcon :icon="icon"/>
<BIcon :icon="icon" v-bind="$attrs"/>
</template>
<script lang="ts">
import Vue from 'vue'