style: toast alert

This commit is contained in:
anmolsinghbhatia 2023-04-28 12:40:31 +05:30
parent 2b665626b4
commit c568a26164

View File

@ -42,10 +42,10 @@ const ToastAlerts = () => {
alert.type === "success" alert.type === "success"
? "text-brand-base" ? "text-brand-base"
: alert.type === "error" : alert.type === "error"
? "bg-[#ef476f]" ? "text-[#ef476f]"
: alert.type === "warning" : alert.type === "warning"
? "bg-[#e98601]" ? "text-[#e98601]"
: "bg-[#1B9aaa]" : "text-[#1B9aaa]"
}`} }`}
> >
{alert.title} {alert.title}