fix: alert color
TS Lint / TypeScript (push) Failing after 3m55s
TS Lint / Oxlint (push) Successful in 5m40s
TS Lint / ESLint (push) Successful in 5m44s

This commit is contained in:
2026-07-14 14:34:31 +02:00
parent d6f90c710e
commit 79e48090fb
+1 -1
View File
@@ -28,7 +28,7 @@ onBeforeMount(() => {
<template>
<div
v-if="visible"
class="alert alert-info alert-soft cursor-pointer"
class="alert alert-soft cursor-pointer"
:class="`alert-${alert.type}`"
@click="onDismiss"
>