fix button is out of position from the safari.

This commit is contained in:
Eungyeol 2021-09-04 20:55:03 +09:00 committed by GitHub
parent 167fb9eef8
commit 2770bfa55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ const Container = styled.div<{}>(({ theme }) => ({
export const ActionButton = styled.button<{ disabled: boolean }>(
({ theme }) => ({
margin: 0,
border: '0 none',
padding: '4px 10px',
cursor: 'pointer',