We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a368dbd commit eb14d06Copy full SHA for eb14d06
1 file changed
frontend/components/Form.vue
@@ -31,7 +31,7 @@ const submit = async () => {
31
<slot />
32
<div
33
v-if="message"
34
- class="border-main-100 bg-main-50 text-main-800 col-span-2 flex flex-row items-center gap-4 rounded-sm border p-4 leading-tight select-auto"
+ class="border-main-100 bg-main-50 text-main-800 dark:border-main-700 dark:bg-main-900 dark:text-main-200 col-span-2 flex flex-row items-center gap-4 rounded-sm border p-4 leading-tight select-auto"
35
role="alert"
36
>
37
<ExclamationCircleIcon aria-hidden="true" class="h-6 w-6 shrink-0" />
0 commit comments