aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-08-12 01:59:27 +0300
committereug-vs <eug-vs@keemail.me>2020-08-13 17:16:17 +0300
commit5744923265ff51e392575edfd6a8182589105dc6 (patch)
tree9294f30455405ddaecfdd4ecf7eedf6c5c80c872 /src/index.tsx
parent86a946b2b0535829857757eeaa2226e6f0814f3b (diff)
downloadwhich-ui-5744923265ff51e392575edfd6a8182589105dc6.tar.gz
feat: PollCreation page and Fab component
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx3
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]
}
}
});