From c6960483cf936c3c05445880f286a33dce558fab Mon Sep 17 00:00:00 2001 From: JayeshBhade Date: Thu, 22 Sep 2022 17:31:58 +0530 Subject: [PATCH] Toast info color changed to #44475B --- .../src/components/atoms/Toast/CogoToast/components/Toast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui-toolkit/src/components/atoms/Toast/CogoToast/components/Toast.tsx b/packages/ui-toolkit/src/components/atoms/Toast/CogoToast/components/Toast.tsx index 2271a843..88ee557f 100644 --- a/packages/ui-toolkit/src/components/atoms/Toast/CogoToast/components/Toast.tsx +++ b/packages/ui-toolkit/src/components/atoms/Toast/CogoToast/components/Toast.tsx @@ -8,7 +8,7 @@ import { LIGHT_THM } from '../../../../../utils/constants'; const colors:{[key:string]: string} = { success: LIGHT_THM.primaryClr, - info: LIGHT_THM.secondaryClr, + info: LIGHT_THM.constantText, warn: LIGHT_THM.growwYellow, error: LIGHT_THM.growwRed, loading: LIGHT_THM.secondaryClr