Skip to content

Commit

Permalink
Merge pull request #893 from cozy/fix_deprecated_typography
Browse files Browse the repository at this point in the history
fix: Remove warning of deprecated typography
  • Loading branch information
kosssi authored Apr 3, 2019
2 parents 3f41b3e + 393617e commit a6090f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react/MuiCozyTheme/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ const defaultValues = {

export const theme = createMuiTheme({
typography: {
useNextVariants: true,
fontFamily: getCssVariableValue('primaryFont'),
title: {
h6: {
color: 'white'
}
},
Expand Down

0 comments on commit a6090f8

Please sign in to comment.