diff options
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.tsx b/src/index.tsx index 8eb2506..1f70100 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -17,6 +17,9 @@ const theme = createMuiTheme({ primary: { main: teal[700], light: teal[100] + }, + secondary: { + main: teal[900] } } }); |