aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/assets/components/SideBar.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/assets/components/SideBar.jsx')
-rw-r--r--dashboard/assets/components/SideBar.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/assets/components/SideBar.jsx b/dashboard/assets/components/SideBar.jsx
index c2e419ae9..463d6cb40 100644
--- a/dashboard/assets/components/SideBar.jsx
+++ b/dashboard/assets/components/SideBar.jsx
@@ -41,10 +41,10 @@ const styles = {
// themeStyles returns the styles generated from the theme for the component.
const themeStyles = theme => ({
list: {
- background: theme.palette.background.appBar,
+ background: theme.palette.grey[900],
},
listItem: {
- minWidth: theme.spacing.unit * 3,
+ minWidth: theme.spacing.unit * 7,
},
icon: {
fontSize: theme.spacing.unit * 3,