We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f17b74 commit f80c5cbCopy full SHA for f80c5cb
components/Toast.vue
@@ -14,7 +14,7 @@
14
"
15
v-bind:class="{
16
'-translate-y-screen': !toastState.show,
17
- '-translate-y-0': !toastState.show,
+ 'translate-y-0': toastState.show,
18
'bg-green-400 text-gray-800': toastState.theme === 'success',
19
'bg-red-400 text-white': toastState.theme === 'error',
20
'bg-blue-400 text-gray-800': toastState.theme === 'info',
0 commit comments