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

@ -2,7 +2,7 @@
import styled from 'styled-components';
const Tabs = styled.nav`
border-bottom: 1px solid ${props => props.theme.textTertiary};
border-bottom: 1px solid ${props => props.theme.divider};
margin-top: 22px;
margin-bottom: 10px;
`;