mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
adding missing secondaryTextColor
it is present as can be seen here: https://github.com/callemall/material-ui/blob/master/src/styles/baseThemes/lightBaseTheme.js
This commit is contained in:
parent
a01e02004b
commit
515644f394
1
material-ui/index.d.ts
vendored
1
material-ui/index.d.ts
vendored
@ -130,6 +130,7 @@ declare namespace __MaterialUI {
|
||||
accent2Color?: string;
|
||||
accent3Color?: string;
|
||||
textColor?: string;
|
||||
secondaryTextColor?: string;
|
||||
alternateTextColor?: string;
|
||||
canvasColor?: string;
|
||||
borderColor?: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user