Skip to content

Commit

Permalink
Merge pull request #52779 from FitseTLT/fix-ellipsis-text-color-issue
Browse files Browse the repository at this point in the history
Fix - Ellipsis color shown in wrong color in Expense Report details
  • Loading branch information
techievivek authored Nov 20, 2024
2 parents 2d2555b + fc2eca6 commit 4dcbc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ParentNavigationSubtitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function ParentNavigationSubtitle({parentNavigationSubtitleData, parentReportAct
style={pressableStyles}
>
<Text
style={[styles.optionAlternateText]}
style={[styles.optionAlternateText, styles.textLabelSupporting]}
numberOfLines={1}
>
{!!reportName && (
Expand Down

0 comments on commit 4dcbc11

Please sign in to comment.