Skip to content

Commit

Permalink
darken sidenav and subnav colors
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 2, 2019
1 parent d428f68 commit 08b2f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Container = styled.div`
padding: 15px;
overflow: scroll;
box-sizing: border-box;
background: ${props => props.theme['white-blue']};
background: #f0f2f7;
border-right: 1px solid ${props => props.theme['gray-1']};
transition: left 0.3s ease-in-out;
z-index: 11;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Wrapper = styled.div`
width: 100%;
padding: 8px 30px;
box-sizing: border-box;
background-color: ${props => props.theme['white-blue']};
background-color: #f0f2f7;
border-bottom: 1px solid ${props => props.theme['gray-1']};
`
const Container = styled.div`
Expand Down

0 comments on commit 08b2f63

Please sign in to comment.