Skip to content

Commit 529d318

Browse files
authored
[Typography] Add missing classes to TypographyClassKey (#19588)
1 parent 4cc53e4 commit 529d318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/material-ui/src/Typography/Typography.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ export type TypographyClassKey =
5858
| 'gutterBottom'
5959
| 'paragraph'
6060
| 'colorInherit'
61+
| 'colorPrimary'
6162
| 'colorSecondary'
63+
| 'colorTextPrimary'
6264
| 'colorTextSecondary'
6365
| 'colorError'
6466
| 'displayInline'

0 commit comments

Comments
 (0)