From ac1088e1e39ab9fb1f0610bb6fa3c5607df9f4d2 Mon Sep 17 00:00:00 2001 From: Rodrigo Antinarelli Date: Wed, 4 Mar 2020 20:31:57 -0300 Subject: [PATCH] fix typography colors --- platform/ui/src/components/Typography/Typography.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/ui/src/components/Typography/Typography.jsx b/platform/ui/src/components/Typography/Typography.jsx index de58b23bd..fe7b3ac60 100644 --- a/platform/ui/src/components/Typography/Typography.jsx +++ b/platform/ui/src/components/Typography/Typography.jsx @@ -44,8 +44,8 @@ const classes = { color: { initial: 'text-white', inherit: 'text-inherit', - primary: 'text-primary-main', - secondary: 'text-secondary-main', + primary: 'text-custom-blue', + secondary: 'text-custom-grayLight', error: 'text-red-600', }, align: {