diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 76e581e63..20d5c1cd8 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -43,6 +43,12 @@
+
+
+
+
+
+
{buttonText}
@@ -154,18 +156,31 @@ export default class LoginOptions extends PureComponent {
const forceHideFromLocal = LocalConfig.HideGitLabLoginExperimental;
if (!forceHideFromLocal && config.EnableSignUpWithGitLab === 'true') {
+ const additionalButtonStyle = {
+ backgroundColor: '#548',
+ borderColor: 'transparent',
+ borderWidth: 0,
+ };
+
+ const logoStyle = {
+ height: 18,
+ marginRight: 5,
+ width: 18,
+ };
+
+ const textColor = 'white';
return (