Fix button margin in Safari
This commit is contained in:
parent
ff169a6de2
commit
ab4ed44c74
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue