Skip to content

Commit

Permalink
Addressing feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones committed Oct 30, 2023
1 parent 5665052 commit b308db0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Tabs/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ const Trigger = styled(RadixTabs.Trigger)`
const Content = styled(RadixTabs.Content)``;

const TriggersList = styled(RadixTabs.List)`
border-bottom: 2px solid ${props => props.theme.click.global.color.stroke.default};
border-bottom: 1px solid ${props => props.theme.click.global.color.stroke.default};
display: flex;
`;

const Tabs = ({
Expand Down

0 comments on commit b308db0

Please sign in to comment.