Dark Mode (#912)

closes #704
This commit is contained in:
Tom Moor
2019-03-12 21:35:35 -07:00
committed by GitHub
parent 6445da33db
commit 59c82f1f06
46 changed files with 648 additions and 252 deletions

View File

@@ -20,7 +20,7 @@ export const Separator = styled.div`
margin-left: 12px;
width: 1px;
height: 20px;
background: ${props => props.theme.slateLight};
background: ${props => props.theme.divider};
`;
const Actions = styled(Flex)`
@@ -29,7 +29,7 @@ const Actions = styled(Flex)`
right: 0;
left: 0;
border-radius: 3px;
background: rgba(255, 255, 255, 0.9);
background: ${props => props.theme.background};
padding: 12px;
-webkit-backdrop-filter: blur(20px);