Commit 729ed6ff authored by Pramodh Rajapakse's avatar Pramodh Rajapakse

added shadow effect to button

parent 619e2b60
......@@ -17,7 +17,11 @@ const styles = StyleSheet.create({
fontSize: 16,
backgroundColor: themeColors.PRIMARY_COLOR,
borderRadius: 20,
margin: 20
shadowColor: 'rgba(0,0,0, .4)',
shadowOffset: { height: 2, width: 1 },
shadowOpacity: 1,
shadowRadius: 1,
elevation: 2,
},
label: {
fontFamily: 'Poppins-Black',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment