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