Skip to content

Commit

Permalink
Enlarge CVC on CardView
Browse files Browse the repository at this point in the history
  • Loading branch information
sbycrosz committed Dec 6, 2016
1 parent 30093f0 commit eefe74b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CardView.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ const s = StyleSheet.create({
left: 220,
},
amexCVC: {
fontSize: 14,
fontSize: 16,
position: "absolute",
top: 75,
top: 73,
right: 30,
},
cvc: {
fontSize: 14,
fontSize: 16,
position: "absolute",
top: 80,
right: 30,
Expand Down

0 comments on commit eefe74b

Please sign in to comment.