diff --git a/src/components/Notification.vue b/src/components/Notification.vue index e320e19..d302eef 100644 --- a/src/components/Notification.vue +++ b/src/components/Notification.vue @@ -20,6 +20,7 @@ notification.type == 'error' ? 'border border-red-400' : '', notification.type == 'warning' ? 'border border-red-400' : '', notification.type == 'info' ? 'border border-gray-400' : '', + notification.type == 'success' ? 'border border-green-400' : '', ]" >