feature: adjust padding on dropdown component

This commit is contained in:
eliabejr 2018-12-20 16:14:33 -03:00
parent 329e5ae638
commit 7eb573f198
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ const MenuWrapper = styled.div`
0.05,
props.theme.colors.activeItem,
)}, ${props.theme.colors.activeItem})`};
padding: 10px 20px;
padding: 10px 0;
border-radius: 10px;
margin-left: -10px;
`;
@ -27,7 +27,7 @@ const MenuItem = styled.button`
border-bottom-style: solid;
border-bottom-color: ${props => props.theme.colors.text};
border-bottom-width: 1px;
padding: 15px 0;
padding: 15px 10px;
cursor: pointer;
width: 100%;
text-align: left;