From 2be126fdcc69aa2713e95de3e4faa018b602ee83 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 20 Oct 2017 15:21:05 +0100 Subject: [PATCH] fix: Fix button transparency on Android --- src/auth/screens/login.screen.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/auth/screens/login.screen.js b/src/auth/screens/login.screen.js index c5b149177..be175cd0d 100644 --- a/src/auth/screens/login.screen.js +++ b/src/auth/screens/login.screen.js @@ -55,7 +55,10 @@ const styles = StyleSheet.create({ borderColor: colors.white, paddingVertical: 10, paddingHorizontal: 30, - shadowColor: 'transparent', + shadowColor: colors.transparent, + }, + buttonContainer: { + backgroundColor: colors.transparent, }, buttonText: { ...fonts.fontPrimaryBold, @@ -332,6 +335,7 @@ class Login extends Component {