Fixes discoloration on menuitems

This commit is contained in:
Jori Lallo
2017-09-10 23:01:22 -07:00
parent 14b7f07e7f
commit 9aa49deeeb

View File

@ -92,12 +92,15 @@ const MenuItem = styled.div`
cursor: pointer;
border-left: 2px solid transparent;
color: ${color.text};
span {
margin-top: 2px;
}
a {
text-decoration: none;
color: ${color.text};
width: 100%;
}