Skip to content

Commit 71bdcc8

Browse files
committed
fix: center aligning toast icon
1 parent c695108 commit 71bdcc8

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
@@ -21,7 +21,7 @@
2121
'bg-blue-400 text-gray-800': toastState.theme === 'info',
2222
}"
2323
>
24-
<div class="flex justify-between gap-2">
24+
<div class="flex items-center justify-between gap-2">
2525
<div v-html="toastState.iconHTML"></div>
2626
<h1>{{ toastState.content }}</h1>
2727
</div>

0 commit comments

Comments
 (0)