Friendlier active tab design

This commit is contained in:
Tom Moor
2023-01-28 17:22:30 -05:00
parent 4de780c339
commit f0d9bb4898

View File

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