Change notification border

This commit is contained in:
Nassim Jahnke 2022-06-16 13:29:01 +02:00
parent a319c498ef
commit 44487e4dc5
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -10,7 +10,7 @@ const notificationStore = useNotificationStore();
<div
v-for="(notification, idx) in notificationStore.notifications"
:key="idx"
class="rounded p-4 px-5 mb-2 pointer-events-auto text-right border-2px bg-gray-300 dark:bg-slate-700"
class="rounded p-4 px-5 mb-2 pointer-events-auto text-right border-left-5px bg-gray-300 dark:bg-slate-700"
:style="{ 'border-color': notification.color }"
>
<span class="inline-flex items-center">