use theme aware background color

This commit is contained in:
Hayden 2023-11-15 20:56:37 -06:00
parent da22074ed3
commit 9d0130f693
No known key found for this signature in database
GPG key ID: 17CF79474E257545
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">