fix: use theme aware background color (#619)

This commit is contained in:
Hayden
2023-11-15 21:01:03 -06:00
committed by GitHub
parent db27d34b4f
commit 80e2071300
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@
</BaseModal>
<BaseContainer v-if="label">
<div class="bg-white rounded p-3">
<div class="bg-base-100 rounded p-3">
<header class="mb-2">
<div class="flex flex-wrap items-end gap-2">
<div class="avatar placeholder mb-auto">

View File

@@ -118,7 +118,7 @@
</BaseModal>
<BaseContainer v-if="location">
<div class="bg-white rounded p-3">
<div class="bg-base-100 rounded p-3">
<header class="mb-2">
<div class="flex flex-wrap items-end gap-2">
<div class="avatar placeholder mb-auto">