Skip to content

Commit

Permalink
added conditional padding for note
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshmangwani committed Jan 28, 2025
1 parent d97bc75 commit c7bb766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/upgrade/GenericFeaturesView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function GenericFeaturesView({onUpgrade, buttonDisabled, loading, policyID}: Gen
height={48}
/>
</View>
<View style={styles.mb4}>
<View style={policyID ? styles.mb5 : styles.mb4}>
<Text style={[styles.textHeadlineH1, styles.mb4]}>{translate('workspace.upgrade.commonFeatures.title')}</Text>
<Text style={[styles.textNormal, styles.textSupporting, styles.mb4]}>{translate('workspace.upgrade.commonFeatures.note')}</Text>
{benefits.map((benefit) => (
Expand Down

0 comments on commit c7bb766

Please sign in to comment.