Tweak subheading colors

This commit is contained in:
Tom Moor
2019-03-12 22:11:33 -07:00
parent 59c82f1f06
commit 0c2d9f2f9c
7 changed files with 8 additions and 30 deletions

View File

@ -1,21 +0,0 @@
// @flow
import * as React from 'react';
import styled from 'styled-components';
import Flex from 'shared/components/Flex';
const Divider = () => {
return (
<Flex auto justify="center">
<Content />
</Flex>
);
};
const Content = styled.span`
display: flex;
width: 50%;
margin: 20px 0;
border-bottom: 1px solid #eee;
`;
export default Divider;