diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-08-13 17:27:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 17:27:32 +0300 |
commit | d1e0dcd8538a61184eca50fbf7769c6d2943ff6b (patch) | |
tree | 9c2ba42d34e469d292fc1fe807e3f814a872a69e /src/index.tsx | |
parent | 2dc5fc00347256982136deea98d483c444002595 (diff) | |
parent | 52799ec4e4cd5801423ee0d2aa56039c061afdb4 (diff) | |
download | which-ui-d1e0dcd8538a61184eca50fbf7769c6d2943ff6b.tar.gz |
Merge pull request #78 from which-ecosystem/redesign
Move PollSubmission to separate page and add FAB
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 3 |
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] } } }); |