update interfaces to use the updated property names

+ misc changes related to moving to sqlite
This commit is contained in:
geoffrey45
2022-11-21 20:03:56 +03:00
committed by Mungai Njoroge
parent 881adc0f88
commit f3c4f0310a
30 changed files with 166 additions and 137 deletions
+1 -12
View File
@@ -2,10 +2,6 @@
<button
class="playbtnrect"
@click="usePlayFrom(source, useQStore, store)"
:style="{
background: background?.color,
}"
:class="{ playbtnrectdark: background?.isDark }"
>
<playBtnSvg />
<div class="text">Play</div>
@@ -43,13 +39,6 @@ defineProps<{
justify-content: center;
transition: all 0.5s ease-in-out;
color: $white;
}
.playbtnrectdark {
color: $black !important;
svg > path {
fill: $accent !important;
}
background: $darkestblue !important;
}
</style>