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

@ -5,9 +5,9 @@ const Subheading = styled.h3`
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
color: ${props => props.theme.textTertiary};
letter-spacing: 0.04em;
border-bottom: 1px solid ${props => props.theme.textTertiary};
color: ${props => props.theme.divider};
border-bottom: 1px solid ${props => props.theme.divider};
padding-bottom: 8px;
margin-top: 30px;
margin-bottom: 10px;