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,