fix: use theme aware background color (#619)

Former-commit-id: 80e2071300
This commit is contained in:
Hayden 2023-11-15 21:01:03 -06:00 committed by GitHub
parent 54b7b2c35f
commit eb9175ab27
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">