From f20db9b746b5e09878fd032f54e7c5cde2767b80 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 7 Jun 2020 18:02:54 +0300 Subject: fix: remove text colors from theme --- src/index.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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)' - } } }); -- cgit v1.2.3