progressbar color fix

This commit is contained in:
Nikita Krupin 2022-05-29 15:08:58 -04:00
parent af82135813
commit 9d426ff9cf
1 changed files with 1 additions and 4 deletions

View File

@ -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"