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" }