Skip to content

Commit

Permalink
[Typography] Add missing classes to TypographyClassKey (mui#19588)
Browse files Browse the repository at this point in the history
  • Loading branch information
galechus authored and EsoterikStare committed Feb 13, 2020
1 parent 36fbfe3 commit 99e1d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/material-ui/src/Typography/Typography.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ export type TypographyClassKey =
| 'gutterBottom'
| 'paragraph'
| 'colorInherit'
| 'colorPrimary'
| 'colorSecondary'
| 'colorTextPrimary'
| 'colorTextSecondary'
| 'colorError'
| 'displayInline'
Expand Down

0 comments on commit 99e1d92

Please sign in to comment.