updates to styles in seek component

This commit is contained in:
Kyle Gill
2019-04-01 20:34:02 -06:00
parent 7eaa6b6046
commit 4c41094348
2 changed files with 11 additions and 6 deletions

View File

@@ -14,10 +14,11 @@ const SeekHeader = styled.header`
border-bottom-width: 1px;
border-bottom-style: solid;
border-color: ${props => props.theme.colors.quarternary};
margin-top: 15px;
`
const SeekH1 = styled.h1`
display: block;
font-size: ${SIZES.normal};
font-size: ${SIZES.small};
color: ${props => props.theme.colors.secondary};
`
const SeekArrows = styled.div`