ui: Remove heavy underline on subheading text

This commit is contained in:
Tom Moor
2021-12-19 21:29:23 -08:00
parent 4998421cc0
commit 448694a561

View File

@@ -13,15 +13,13 @@ const H3 = styled.h3`
`;
const Underline = styled.div`
margin-top: -1px;
display: inline-block;
font-weight: 500;
font-size: 14px;
line-height: 1.5;
color: ${(props) => props.theme.textSecondary};
border-bottom: 3px solid ${(props) => props.theme.textSecondary};
padding-top: 6px;
padding-bottom: 4px;
padding-bottom: 6px;
`;
// When sticky we need extra background coverage around the sides otherwise