fix: invisble close button on modal #314 #297

This commit is contained in:
Daan Wijns 2021-11-02 08:57:20 +01:00
parent 14d1ee4eee
commit 8001dc91c7
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View file

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "vuetorrent",
"version": "0.12.0",
"version": "0.13.0",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"apexcharts": "^3.26.0",

View file

@ -37,7 +37,7 @@
<v-btn
fab
small
class="transparent white--text elevation-0"
class="transparent elevation-0"
@click="close"
>
<v-icon>{{ mdiClose }}</v-icon>

View file

@ -28,7 +28,7 @@
<v-btn
fab
small
class="primary white--text elevation-0"
class="primary elevation-0"
@click="close"
>
<v-icon>{{ mdiClose }}</v-icon>