mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 00:25:43 +00:00
fix: use theme aware background color (#619)
Former-commit-id: 80e2071300
This commit is contained in:
parent
54b7b2c35f
commit
eb9175ab27
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue