Reduce space between adjacent grid buttons

This commit is contained in:
Max Goodhart
2020-06-19 22:31:13 -07:00
parent 31ff123866
commit 0d7cd9cbbe

View File

@@ -385,6 +385,7 @@ const StyledGridButtons = styled.div`
${StyledButton} {
margin: 5px;
${({ side }) => (side === 'left' ? 'margin-right: 0' : 'margin-left: 0')};
}
`