Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit 80e2071

Browse files
authored
fix: use theme aware background color (#619)
1 parent db27d34 commit 80e2071

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/pages/label/[id].vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</BaseModal>
103103

104104
<BaseContainer v-if="label">
105-
<div class="bg-white rounded p-3">
105+
<div class="bg-base-100 rounded p-3">
106106
<header class="mb-2">
107107
<div class="flex flex-wrap items-end gap-2">
108108
<div class="avatar placeholder mb-auto">

frontend/pages/location/[id].vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</BaseModal>
119119

120120
<BaseContainer v-if="location">
121-
<div class="bg-white rounded p-3">
121+
<div class="bg-base-100 rounded p-3">
122122
<header class="mb-2">
123123
<div class="flex flex-wrap items-end gap-2">
124124
<div class="avatar placeholder mb-auto">

0 commit comments

Comments
 (0)