diff --git a/src/components/ui/PageTabs.js b/src/components/ui/PageTabs.js index c19e2187..1f0f6377 100644 --- a/src/components/ui/PageTabs.js +++ b/src/components/ui/PageTabs.js @@ -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};