Fix button margin in Safari
This commit is contained in:
parent
ff169a6de2
commit
ab4ed44c74
|
|
@ -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};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue