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;
|
||||
background: none;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
appearance: none;
|
||||
|
||||
background-color: ${props => props.theme.primaryBackground};
|
||||
|
|
|
|||
Loading…
Reference in a new issue