From c568a261641632b8b0895985c0b4163118099bc4 Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Fri, 28 Apr 2023 12:40:31 +0530 Subject: [PATCH] style: toast alert --- apps/app/components/toast-alert/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/app/components/toast-alert/index.tsx b/apps/app/components/toast-alert/index.tsx index e8f57f6ab..95ac295ec 100644 --- a/apps/app/components/toast-alert/index.tsx +++ b/apps/app/components/toast-alert/index.tsx @@ -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}