Skip to content

Commit

Permalink
Fix no storage label
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed Jan 9, 2020
1 parent 96c7a42 commit c4fc554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/SideNavigator/SideNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { usePreferences } from '../../lib/preferences'
import {
sideBarBackgroundColor,
sideBarDefaultTextColor,
uiTextColor,
iconColor
iconColor,
sideBarTextColor
} from '../../lib/styled/styleFunctions'
import SideNavigatorItem from './SideNavigatorItem'
import { useGeneralStatus } from '../../lib/generalStatus'
Expand Down Expand Up @@ -76,7 +76,7 @@ const StyledSideNavContainer = styled.nav`
padding: 4px;
padding-left: 26px;
margin-bottom: 4px;
${uiTextColor}
${sideBarTextColor}
user-select: none;
}
Expand Down

0 comments on commit c4fc554

Please sign in to comment.