fix: 1px heading misalignment

This commit is contained in:
Tom Moor 2019-12-17 23:16:16 -08:00
parent ca0de9fb5a
commit 949dd296b4
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ const Actions = styled(Flex)`
left: 0;
z-index: 1;
background: ${props => transparentize(0.1, props.theme.background)};
border-bottom: 1px solid
box-shadow: 0 1px 0
${props =>
props.isCompact
? darken(0.05, props.theme.sidebarBackground)