changes
This commit is contained in:
@@ -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-1 pl-3 pr-1.5 py-2 rounded-md"
|
||||
class="snackbar is-flex is-justify-content-space-between is-align-items-center is-gap-2 pl-3 pr-1.5 py-2 rounded-md"
|
||||
>
|
||||
<Info
|
||||
v-if="component === 'Info'"
|
||||
|
||||
Reference in New Issue
Block a user