Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermajeed authored Apr 14, 2024
1 parent 126275a commit c247c66
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions mobile/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,24 +124,24 @@ const styles = StyleSheet.create({
},
loginBtn: {
paddingVertical: 10,
paddingHorizontal: 20,
paddingHorizontal: 25,
marginTop: 10,
borderRadius:100,
borderRadius: 100,
...Platform.select({
default: {
shadowColor: "#000",
shadowOffset: { width: 0, height: 5 },
shadowRadius: 5,
shadowOpacity: 0.5,
shadowOffset: { width: 0, height: 3 },
shadowRadius: 4,
shadowOpacity: 0.3,
},
ios: {
shadowColor: "#000",
shadowOffset: { width: 0, height: 5 },
shadowRadius: 5,
shadowOpacity: 0.5,
shadowOffset: { width: 3, height: 3 },
shadowRadius: 3,
shadowOpacity: 0.3,
},
android: {
elevation: 2,
elevation: 5,
},
}),
},
Expand Down

0 comments on commit c247c66

Please sign in to comment.