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}; `;