Skip to content

Commit

Permalink
fix: update padding
Browse files Browse the repository at this point in the history
Signed-off-by: dominictb <[email protected]>
  • Loading branch information
dominictb committed Jul 15, 2024
1 parent 8848236 commit da87f49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/workspace/WorkspaceProfileSharePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ function WorkspaceProfileSharePage({policy}: WithPolicyProps) {
title={translate('common.share')}
onBackButtonPress={Navigation.goBack}
/>
<ScrollView style={[themeStyles.flex1, themeStyles.pt2]}>
<ScrollView style={[themeStyles.flex1, themeStyles.pt3]}>
<View style={[themeStyles.flex1, isSmallScreenWidth ? themeStyles.workspaceSectionMobile : themeStyles.workspaceSection]}>
<View style={[themeStyles.mh5, themeStyles.mv1]}>
<Text style={[themeStyles.textHeadlineH1, themeStyles.mt2]}>{shareNote.header}</Text>
<View style={[themeStyles.mh5]}>
<Text style={[themeStyles.textHeadlineH1, themeStyles.mb2]}>{shareNote.header}</Text>
</View>
<View style={[themeStyles.mh5, themeStyles.mt1, themeStyles.mb9]}>
<Text style={[themeStyles.textNormal, themeStyles.mt2]}>
<View style={[themeStyles.mh5, themeStyles.mb9]}>
<Text style={[themeStyles.textNormal]}>
{shareNote.contentParts[0]}
<TextLink
style={themeStyles.link}
Expand Down

0 comments on commit da87f49

Please sign in to comment.