Skip to content

Commit

Permalink
app: Better color for navigation indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jan 3, 2021
1 parent 2a3c51b commit caee906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const SidebarToggle = styled('div')`
&:hover {
transition-delay: 300ms;
background: #f95757;
background: #4b97f8;
}
`;

Expand All @@ -88,7 +88,7 @@ const MenuItem = styled(NavLink)`

const ActiveIndicator = styled(motion.div)`
position: absolute;
background: ${p => p.theme.subText};
background: #4b97f8;
height: 10px;
margin: 0.125rem 0;
width: 2px;
Expand Down

0 comments on commit caee906

Please sign in to comment.