diff options
-rw-r--r-- | src/index.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/index.tsx b/src/index.tsx index d7efbf7..e397ca2 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -14,10 +14,6 @@ const theme = createMuiTheme({ primary: { main: teal[700] }, - text: { - primary: '#000000', - secondary: 'rgba(255, 255, 255, 0.6)' - } } }); |