From f0d9bb4898642ca65bde42c8c53d1a4c6dc72e0d Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 28 Jan 2023 17:22:30 -0500 Subject: [PATCH] Friendlier active tab design --- app/components/Tab.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/Tab.tsx b/app/components/Tab.tsx index 87f8db465..d200c7327 100644 --- a/app/components/Tab.tsx +++ b/app/components/Tab.tsx @@ -31,8 +31,7 @@ const Active = styled(m.div)` right: 0; height: 3px; width: 100%; - border-top-left-radius: 2px; - border-top-right-radius: 2px; + border-radius: 3px; background: ${(props) => props.theme.textSecondary}; `;