Skip to content

Commit

Permalink
fix: center screen on large phone
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Nov 21, 2023
1 parent 8fd8444 commit e8c016e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/legacy/core/App/components/misc/NewQRView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,9 @@ const NewQRView: React.FC<Props> = ({ defaultToConnect, handleCodeScan, error, e
container: {
flex: 1,
backgroundColor: ColorPallet.brand.secondaryBackground,
justifyContent: 'space-between',
alignItems: 'center',
},
camera: {
flex: 1,
width: '100%',
justifyContent: 'center',
alignItems: 'center',
},
Expand Down

0 comments on commit e8c016e

Please sign in to comment.