Skip to content

Commit

Permalink
fix: add bottom margin to button container (#1060)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath authored Jan 5, 2024
1 parent 7b81dcc commit a208a45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/legacy/core/App/screens/ProofRequesting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ const ProofRequesting: React.FC<ProofRequestingProps> = ({ route, navigation })
buttonContainer: {
marginTop: 'auto',
marginHorizontal: 20,
marginBottom: 10,
},
})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ exports[`ProofRequesting Component generate new qr works correctly 1`] = `
<View
style={
Object {
"marginBottom": 10,
"marginHorizontal": 20,
"marginTop": "auto",
}
Expand Down Expand Up @@ -310,6 +311,7 @@ exports[`ProofRequesting Component renders correctly 1`] = `
<View
style={
Object {
"marginBottom": 10,
"marginHorizontal": 20,
"marginTop": "auto",
}
Expand Down Expand Up @@ -462,6 +464,7 @@ exports[`ProofRequesting Component renders correctly 2`] = `
<View
style={
Object {
"marginBottom": 10,
"marginHorizontal": 20,
"marginTop": "auto",
}
Expand Down

0 comments on commit a208a45

Please sign in to comment.