Fix button margin in Safari

This commit is contained in:
Ben Grant 2021-06-01 20:07:30 +10:00
parent ff169a6de2
commit ab4ed44c74

View file

@ -70,6 +70,7 @@ export const Date = styled.button`
color: inherit;
background: none;
border: 0;
margin: 0;
appearance: none;
background-color: ${props => props.theme.primaryBackground};