From 448694a5610240a0d2e5f8fac072bfabd1b7d735 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 19 Dec 2021 21:29:23 -0800 Subject: [PATCH] ui: Remove heavy underline on subheading text --- app/components/Subheading.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/components/Subheading.tsx b/app/components/Subheading.tsx index 87a48ec24..85bd5e767 100644 --- a/app/components/Subheading.tsx +++ b/app/components/Subheading.tsx @@ -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