Skip to content

Commit f80c5cb

Browse files
committed
fix: minor fix on toast style
1 parent 5f17b74 commit f80c5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Toast.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"
1515
v-bind:class="{
1616
'-translate-y-screen': !toastState.show,
17-
'-translate-y-0': !toastState.show,
17+
'translate-y-0': toastState.show,
1818
'bg-green-400 text-gray-800': toastState.theme === 'success',
1919
'bg-red-400 text-white': toastState.theme === 'error',
2020
'bg-blue-400 text-gray-800': toastState.theme === 'info',

0 commit comments

Comments
 (0)