ui: Remove heavy underline on subheading text
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user