Skip to content

Commit

Permalink
fix(text-color): set default to inherit instead fixed color like black
Browse files Browse the repository at this point in the history
  • Loading branch information
chornos13 committed Jan 31, 2021
1 parent 2f7cf70 commit 71ad255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Typography/Title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { TextAlignProperty } from 'csstype'
const { Title: CurTitle } = Typography

const mapColor = {
default: 'black',
default: 'inherit',
primary: '#1B5292',
}

Expand Down

0 comments on commit 71ad255

Please sign in to comment.