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', }