From 422439a332f86722aa81c86bed90a5616a686351 Mon Sep 17 00:00:00 2001 From: Quentin Roussel Date: Thu, 18 Apr 2024 23:47:33 +0200 Subject: [PATCH] notification style improved --- traque-front/components/team/notification.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traque-front/components/team/notification.jsx b/traque-front/components/team/notification.jsx index 74510ec..9d2f01d 100644 --- a/traque-front/components/team/notification.jsx +++ b/traque-front/components/team/notification.jsx @@ -33,7 +33,7 @@ export function Notification({socket }) { }, [visible]); let bgColorMap = { - error: "bg-red-500", + error: "bg-red-500 text-white", success: "bg-green-500", warning: "bg-yellow-500" }