Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Commit

Permalink
fix: shadow not displayed as wanted
Browse files Browse the repository at this point in the history
  • Loading branch information
m1nhtu99-hoan9 committed Jul 17, 2020
1 parent 7ee700c commit b2e47d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ChoiceButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b2e47d1

Please sign in to comment.