Skip to content

Commit

Permalink
Merge pull request #44976 from Expensify/jules-textColourFix
Browse files Browse the repository at this point in the history
Fix text theme colour in workspace upgrade flow
  • Loading branch information
Julesssss authored Jul 8, 2024
2 parents 7ba4d70 + 21e60d4 commit e7a46a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/upgrade/UpgradeIntro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function UpgradeIntro({feature, onUpgrade, buttonDisabled, loading}: Props) {
<Text style={[styles.textNormal, styles.textSupporting, styles.mb4]}>{translate(feature.description)}</Text>
<Text style={[styles.textNormal, styles.textSupporting]}>
{translate(`workspace.upgrade.${feature.id}.pricing.onlyAvailableOnPlan`)}
<Text style={[styles.textWhite, styles.textBold]}>{translate(`workspace.upgrade.${feature.id}.pricing.amount`)}</Text>
<Text style={[styles.themeTextColor, styles.textBold]}>{translate(`workspace.upgrade.${feature.id}.pricing.amount`)}</Text>
{translate(`workspace.upgrade.${feature.id}.pricing.perActiveMember`)}
</Text>
</View>
Expand Down

0 comments on commit e7a46a5

Please sign in to comment.