Skip to content

Commit

Permalink
Remove top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-solecki committed Feb 9, 2024
1 parent f2fb11d commit 29c9d4e
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 @@ -83,7 +83,7 @@ function ShareCodePage({report, session, currentUserPersonalDetails}: ShareCodeP
shouldShowBackButton={isReport || isSmallScreenWidth}
icon={Illustrations.QrCode}
/>
<ScrollView style={[themeStyles.flex1, themeStyles.mt3]}>
<ScrollView style={[themeStyles.flex1]}>
<View style={[themeStyles.flex1, isSmallScreenWidth ? themeStyles.workspaceSectionMobile : themeStyles.workspaceSection]}>
<Section
title={translate('shareCodePage.title')}
Expand Down

0 comments on commit 29c9d4e

Please sign in to comment.