mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: toast alert
This commit is contained in:
parent
2b665626b4
commit
c568a26164
@ -42,10 +42,10 @@ const ToastAlerts = () => {
|
||||
alert.type === "success"
|
||||
? "text-brand-base"
|
||||
: alert.type === "error"
|
||||
? "bg-[#ef476f]"
|
||||
? "text-[#ef476f]"
|
||||
: alert.type === "warning"
|
||||
? "bg-[#e98601]"
|
||||
: "bg-[#1B9aaa]"
|
||||
? "text-[#e98601]"
|
||||
: "text-[#1B9aaa]"
|
||||
}`}
|
||||
>
|
||||
{alert.title}
|
||||
|
Loading…
Reference in New Issue
Block a user