Dropdown menu refactors

This commit is contained in:
Tom Moor
2017-09-09 22:12:59 -07:00
parent c919e51ce6
commit fff8e7ad41
12 changed files with 221 additions and 130 deletions

View File

@ -22,6 +22,7 @@ const MenuItem = styled.div`
padding: 5px 10px;
height: 32px;
color: ${color.slateDark};
display: flex;
justify-content: space-between;
align-items: center;