Skip to content

Commit

Permalink
fix: removes grey roundrect for cleaner look
Browse files Browse the repository at this point in the history
  • Loading branch information
bia committed Feb 4, 2019
1 parent c1e229d commit 6e5adec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Menu/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const Item = styled.div`
&:hover {
transition: color, 0.3s, ease;
color: ${props => !props.active && props.theme.colors.purple800};
background-color: ${props => !props.active && props.theme.colors.gray50};
cursor: pointer;
}
Expand Down

0 comments on commit 6e5adec

Please sign in to comment.