mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-06 13:56:14 +08:00
Change notification border
This commit is contained in:
parent
a319c498ef
commit
44487e4dc5
@ -10,7 +10,7 @@ const notificationStore = useNotificationStore();
|
|||||||
<div
|
<div
|
||||||
v-for="(notification, idx) in notificationStore.notifications"
|
v-for="(notification, idx) in notificationStore.notifications"
|
||||||
:key="idx"
|
: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 }"
|
:style="{ 'border-color': notification.color }"
|
||||||
>
|
>
|
||||||
<span class="inline-flex items-center">
|
<span class="inline-flex items-center">
|
||||||
|
Loading…
Reference in New Issue
Block a user