Improved sidebar selected styling, simplified logic and css

This commit is contained in:
Tom Moor
2019-01-06 16:12:07 -08:00
parent 12e324d34c
commit b9765fb59e
11 changed files with 188 additions and 176 deletions

View File

@@ -8,7 +8,7 @@ const Header = styled(Flex)`
text-transform: uppercase;
color: ${props => props.theme.slateDark};
letter-spacing: 0.04em;
margin-bottom: 4px;
margin: 4px 16px;
`;
export default Header;