Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
MCSS-131: Update Hacker Pack Again
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonytedja committed Feb 17, 2024
1 parent ae5b71d commit 05cdf56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/Dashboard/ModalQRCode/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,13 @@ const ModalQRCode = (props: Props) => {
<Box component="div" display="flex" flexDirection="column" gap="1rem">
<Alert severity="info">Turn up your brightness for sign-ins.</Alert>
<Box component="div" display="flex" sx={{ borderRadius: '0.75rem', overflow: 'hidden' }}>
<QRCodeSVG value={qrCode} includeMargin style={{ height: 'auto', width: '100%' }} />
<QRCodeSVG
value={qrCode}
includeMargin
bgColor="#fff"
fgColor="#000"
style={{ height: 'auto', width: '100%' }}
/>
</Box>
</Box>
</DialogContent>
Expand Down
Binary file modified public/hackerpack.pdf
Binary file not shown.

0 comments on commit 05cdf56

Please sign in to comment.