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; color: inherit;
background: none; background: none;
border: 0; border: 0;
margin: 0;
appearance: none; appearance: none;
background-color: ${props => props.theme.primaryBackground}; background-color: ${props => props.theme.primaryBackground};