fix: Minor button alignment issues

This commit is contained in:
Tom Moor
2019-08-08 22:07:29 -07:00
parent e936aa82c9
commit 2ce11365ab
3 changed files with 15 additions and 5 deletions

View File

@ -81,7 +81,7 @@ const Label = styled.span`
${props => props.hasIcon && 'padding-left: 4px;'};
`;
const Inner = styled.span`
export const Inner = styled.span`
display: flex;
padding: 0 8px;
padding-right: ${props => (props.disclosure ? 2 : 8)}px;