fix typography colors

This commit is contained in:
Rodrigo Antinarelli 2020-03-04 20:31:57 -03:00 committed by James A. Petts
parent 3a63c3d20b
commit ac1088e1e3

View File

@ -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: {