Skip to content

Commit

Permalink
Fixing stroke colour.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones committed Oct 30, 2023
1 parent 9cc1370 commit 93f98fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Tabs/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ const Trigger = styled(RadixTabs.Trigger)`
}
&:hover {
border-bottom: 2px solid
${props => props.theme.click.tabs.basic.color.background.hover};
border-bottom: 2px solid ${props => props.theme.click.tabs.basic.color.stroke.hover};
background-color: ${props => props.theme.click.tabs.basic.color.background.hover};
color: ${props => props.theme.click.tabs.basic.color.text.hover};
font: ${props => props.theme.click.tabs.typography.label.hover};
Expand Down

0 comments on commit 93f98fb

Please sign in to comment.