Revert "WIP"

This reverts commit ccfad1d800.
This commit is contained in:
Tom Moor
2019-08-28 00:03:11 -07:00
parent 780c5c1129
commit 5bd2409e39
6 changed files with 68 additions and 98 deletions

View File

@@ -30,10 +30,6 @@ const Wrapper = styled.li`
padding: ${props => (props.compact ? '8px' : '12px')} 0;
margin: 0;
border-bottom: 1px solid ${props => props.theme.divider};
&:last-child {
border-bottom: 0;
}
`;
const Image = styled(Flex)`