From 71ad2558f7df5aa167ac70e7165156c543ba31ad Mon Sep 17 00:00:00 2001 From: chornos13 Date: Sun, 31 Jan 2021 16:52:02 +0700 Subject: [PATCH] fix(text-color): set default to inherit instead fixed color like black --- src/components/Typography/Title.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Typography/Title.tsx b/src/components/Typography/Title.tsx index f6694da..86299dc 100644 --- a/src/components/Typography/Title.tsx +++ b/src/components/Typography/Title.tsx @@ -6,7 +6,7 @@ import { TextAlignProperty } from 'csstype' const { Title: CurTitle } = Typography const mapColor = { - default: 'black', + default: 'inherit', primary: '#1B5292', }