Update Collection/Playlist and batch quick match modal bg colors to be consistent with other modals

This commit is contained in:
advplyr 2025-02-03 17:47:10 -06:00
parent 82ab95ab02
commit 00343a953b
5 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
</div>
</template>
<div ref="container" class="w-full rounded-lg bg-primary box-shadow-md overflow-y-auto overflow-x-hidden" style="max-height: 80vh">
<div ref="container" class="w-full rounded-lg bg-bg box-shadow-md overflow-y-auto overflow-x-hidden" style="max-height: 80vh">
<div v-if="show" class="w-full h-full">
<div class="py-4 px-4">
<h1 v-if="!showBatchCollectionModal" class="text-2xl">{{ $strings.LabelAddToCollection }}</h1>