Skip to content

Commit 2be8055

Browse files
committed
fix: Bottom padding cuts letters off in Workflow approver area
1 parent fdf965c commit 2be8055

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ApprovalWorkflowSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function ApprovalWorkflowSection({approvalWorkflow, onPress}: ApprovalWorkflowSe
7070
title={translate('workflowsExpensesFromPage.title')}
7171
style={styles.p0}
7272
titleStyle={styles.textLabelSupportingNormal}
73-
descriptionTextStyle={styles.textNormalThemeText}
73+
descriptionTextStyle={[styles.textNormalThemeText, styles.lineHeightLarge]}
7474
description={members}
7575
numberOfLinesDescription={4}
7676
icon={Expensicons.Users}
@@ -89,7 +89,7 @@ function ApprovalWorkflowSection({approvalWorkflow, onPress}: ApprovalWorkflowSe
8989
title={approverTitle(index)}
9090
style={styles.p0}
9191
titleStyle={styles.textLabelSupportingNormal}
92-
descriptionTextStyle={styles.textNormalThemeText}
92+
descriptionTextStyle={[styles.textNormalThemeText, styles.lineHeightLarge]}
9393
description={approver.displayName}
9494
icon={Expensicons.UserCheck}
9595
iconHeight={20}

0 commit comments

Comments
 (0)