From cf3b9a1002d1971e5b867225baaca5f46039991b Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 24 Jun 2020 01:03:34 +0300 Subject: refactor: use theme in styles --- src/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index 4e6779a..2b7c689 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -22,7 +22,8 @@ import ScrollTopArrow from './components/ScrollTopArrow/ScrollTopArrow'; const theme = createMuiTheme({ palette: { primary: { - main: teal[700] + main: teal[700], + light: teal[100] } } }); -- cgit v1.2.3