From 240ad3857c399ab1633947d914ddccbf53109798 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Thu, 18 Jun 2020 03:20:47 +0200 Subject: [PATCH] Automated cherry pick of #4354 (#4437) * Remove border to login option buttons * Remove email login option color for O365 Co-authored-by: Elias Nahum --- app/screens/login_options/login_options.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/app/screens/login_options/login_options.js b/app/screens/login_options/login_options.js index 13428c314..d4fccd769 100644 --- a/app/screens/login_options/login_options.js +++ b/app/screens/login_options/login_options.js @@ -109,6 +109,8 @@ export default class LoginOptions extends PureComponent { const backgroundColor = config.LDAPLoginButtonColor || '#2389d7'; const additionalStyle = { backgroundColor, + borderColor: 'transparent', + borderWidth: 0, }; if (config.LDAPLoginButtonBorderColor) { @@ -158,7 +160,7 @@ export default class LoginOptions extends PureComponent {