Skip to content

Commit

Permalink
Full width QRCode
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-solecki committed Feb 9, 2024
1 parent e753e3d commit f2fb11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ShareCodePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function ShareCodePage({report, session, currentUserPersonalDetails}: ShareCodeP
childrenStyles={themeStyles.pt5}
titleStyles={themeStyles.accountSettingsSectionTitle}
>
<View style={[themeStyles.qrShareSection]}>
<View style={[isSmallScreenWidth ? themeStyles.workspaceSectionMobile : themeStyles.qrShareSection]}>
<QRShareWithDownload
ref={qrCodeRef}
url={url}
Expand Down

0 comments on commit f2fb11d

Please sign in to comment.