From d9113f88f482e545c800190ea169550c88cf3326 Mon Sep 17 00:00:00 2001 From: mkhutornyi Date: Wed, 1 Nov 2023 16:05:39 +0100 Subject: [PATCH] fix "Sign in with Google" button jumping --- src/styles/styles.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/styles.ts b/src/styles/styles.ts index 589c3756042f..ce2d9dfca326 100644 --- a/src/styles/styles.ts +++ b/src/styles/styles.ts @@ -3574,7 +3574,8 @@ const styles = (theme: ThemeDefault) => googlePillButtonContainer: { colorScheme: 'light', height: 40, - width: 219, + width: 300, + overflow: 'hidden', }, thirdPartyLoadingContainer: {