Merge pull request #1928 from omnivore-app/fix/login-button-size

Dont force size of login button so padding is displayed correctly
This commit is contained in:
Jackson Harper 2023-03-20 10:44:34 +08:00 committed by GitHub
commit 0ec054a486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,6 @@ const LoginButton = (): JSX.Element => {
border: 'unset',
background: 'unset',
color: '#3D3D3D',
width: '62px',
height: '42px',
fontSize: 24,
lineHeight: '24px',