notification style improved

This commit is contained in:
Quentin Roussel
2024-04-18 23:47:33 +02:00
parent 884ca2ab9f
commit 422439a332

View File

@@ -33,7 +33,7 @@ export function Notification({socket }) {
}, [visible]); }, [visible]);
let bgColorMap = { let bgColorMap = {
error: "bg-red-500", error: "bg-red-500 text-white",
success: "bg-green-500", success: "bg-green-500",
warning: "bg-yellow-500" warning: "bg-yellow-500"
} }