From b2e47d1f0cf1d3396f39ac5efb51677b51443eea Mon Sep 17 00:00:00 2001 From: MinhTu Thomas Hoang Date: Fri, 17 Jul 2020 09:49:48 +0700 Subject: [PATCH] fix: shadow not displayed as wanted --- src/components/ChoiceButton.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ChoiceButton.js b/src/components/ChoiceButton.js index ff5ea90..a083868 100644 --- a/src/components/ChoiceButton.js +++ b/src/components/ChoiceButton.js @@ -11,11 +11,11 @@ const styles = StyleSheet.create({ justifyContent: 'center', paddingTop: 5, marginHorizontal: 4 + '%', + backgroundColor: colours.white, borderColor: colours.minsk, borderWidth: 2, borderRadius: 20, - elevation: 2, - shadowColor: colours.redVenetian, + elevation: 5, }, icon: { width: 32,