This commit is contained in:
Viet An
2026-06-25 13:34:36 +07:00
parent 9f0729ccd9
commit 31ac60a282
7 changed files with 41 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
</span>
<p
v-html="content"
class="control is-expanded fs-14"
class="control is-expanded fs-14 has-text-danger-85"
></p>
</div>
</template>

View File

@@ -14,7 +14,7 @@ setTimeout(() => store.commit("snackbar", undefined), 2500);
<template>
<div
class="snackbar is-flex is-justify-content-space-between is-align-items-center is-gap-3 pl-3 pr-1.5 py-2 rounded-md has-text-white"
class="snackbar is-flex is-justify-content-space-between is-align-items-center is-gap-1 pl-3 pr-1.5 py-2 rounded-md"
>
<Info
v-if="component === 'Info'"

View File

@@ -9,7 +9,7 @@
</span>
<p
v-html="content"
class="control is-expanded fs-14"
class="control is-expanded fs-14 has-text-success-80"
></p>
</div>
</template>