From 515644f394c04e0c324146ce37efae895fbc1880 Mon Sep 17 00:00:00 2001 From: xaviergonz Date: Sun, 12 Feb 2017 19:00:50 +0100 Subject: [PATCH] adding missing secondaryTextColor it is present as can be seen here: https://github.com/callemall/material-ui/blob/master/src/styles/baseThemes/lightBaseTheme.js --- material-ui/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/material-ui/index.d.ts b/material-ui/index.d.ts index a2661455f8..c399116482 100644 --- a/material-ui/index.d.ts +++ b/material-ui/index.d.ts @@ -130,6 +130,7 @@ declare namespace __MaterialUI { accent2Color?: string; accent3Color?: string; textColor?: string; + secondaryTextColor?: string; alternateTextColor?: string; canvasColor?: string; borderColor?: string;