Skip to content

Commit

Permalink
fix "Sign in with Google" button jumping
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhutornyi committed Nov 1, 2023
1 parent 347df0c commit d9113f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3574,7 +3574,8 @@ const styles = (theme: ThemeDefault) =>
googlePillButtonContainer: {
colorScheme: 'light',
height: 40,
width: 219,
width: 300,
overflow: 'hidden',
},

thirdPartyLoadingContainer: {
Expand Down

0 comments on commit d9113f8

Please sign in to comment.