aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-24 01:03:34 +0300
committereug-vs <eug-vs@keemail.me>2020-06-24 01:03:34 +0300
commitcf3b9a1002d1971e5b867225baaca5f46039991b (patch)
tree407bfb7a9a32339da70a00bc2c5efd192232c084 /src/index.tsx
parentfbdaa40e7ce585b65038835c05a283cec6f28d0e (diff)
downloadwhich-ui-cf3b9a1002d1971e5b867225baaca5f46039991b.tar.gz
refactor: use theme in styles
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx3
1 files changed, 2 insertions, 1 deletions
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]
}
}
});