Skip to content

Commit

Permalink
fix form cleaning dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala committed Sep 23, 2024
1 parent 0e6bec2 commit 99955ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/pages/forms/show/FormCleanings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<VTransition>
<section
v-if="hasCleanings && !hideWarning"
class="flex gap-3 p-4 bg-blue-50 rounded-lg border border-blue-300 border-solid max-md:flex-wrap mb-2"
class="flex gap-3 p-4 bg-blue-50 dark:bg-blue-950 rounded-lg border border-blue-300 border-solid max-md:flex-wrap mb-2"
aria-labelledby="notification-title"
>
<div class="flex justify-center items-center self-start py-px">
Expand Down

0 comments on commit 99955ab

Please sign in to comment.