mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 19:25:16 +00:00
progressbar color fix
This commit is contained in:
parent
af82135813
commit
9d426ff9cf
1 changed files with 1 additions and 4 deletions
|
@ -10,10 +10,7 @@
|
|||
<v-progress-linear
|
||||
query
|
||||
active
|
||||
style="width: 100%"
|
||||
:class="
|
||||
$vuetify.theme.dark ? 'transparent-lighten-1' : 'transparent-darken-1'
|
||||
"
|
||||
style="width: 100%; background: #ffffff22"
|
||||
background-opacity="0.5"
|
||||
background-color="primary"
|
||||
:buffer-value="buffered"
|
||||
|
|
Loading…
Reference in a new issue