Skip to content

Commit eb14d06

Browse files
committed
fix: form alert dark mode
1 parent a368dbd commit eb14d06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/components/Form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const submit = async () => {
3131
<slot />
3232
<div
3333
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"
34+
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"
3535
role="alert"
3636
>
3737
<ExclamationCircleIcon aria-hidden="true" class="h-6 w-6 shrink-0" />

0 commit comments

Comments
 (0)