mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
notification style improved
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user