changes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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'"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user