This commit is contained in:
Tom Moor
2017-11-05 22:48:31 -08:00
parent 14326d89f2
commit 51bc705488
10 changed files with 252 additions and 203 deletions

View File

@@ -11,6 +11,7 @@ function HorizontalRule(props: Props) {
}
const StyledHr = styled.hr`
border: 0;
border-bottom: 1px solid ${props => (props.active ? color.slate : color.slateLight)};
`;