Skip to content

Commit

Permalink
refactor: Larger QR code in credential detail
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed Jan 24, 2020
1 parent 28420bd commit c58a795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Component: React.FC<Props> = ({ onClick, detailMode, fields, jwt, iss, sub
)}
{detailMode && jwt && (
<Box mt={50} alignItems={'center'} justifyContent={'center'} display={'flex'}>
<QR size={200} value={jwt} />
<QR size={300} value={jwt} />
</Box>
)}
</Box>
Expand Down

0 comments on commit c58a795

Please sign in to comment.