Skip to content

Commit

Permalink
Remove custom styling of unselected tab icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwelty committed Jun 15, 2024
1 parent 8b9856f commit bd3f53d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/ui/PageTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ const PageTabs = styled(Tabs)`
height: 24px;
}
&:not([data-selected]) {
${StyledIconBase} {
color: ${({ theme }) => theme.secondaryBackground};
}
}
&[data-selected] {
color: ${({ theme }) => theme.orange};
border-top-color: ${({ theme }) => theme.orange};
Expand Down

0 comments on commit bd3f53d

Please sign in to comment.