diff --git a/src/pages/workspace/rules/MerchantRulesSection.tsx b/src/pages/workspace/rules/MerchantRulesSection.tsx index d0ebd7e0fbe5..2659c648e29c 100644 --- a/src/pages/workspace/rules/MerchantRulesSection.tsx +++ b/src/pages/workspace/rules/MerchantRulesSection.tsx @@ -137,7 +137,7 @@ function MerchantRulesSection({policyID}: MerchantRulesSectionProps) { description={matchDescription} title={ruleDescription} wrapperStyle={[styles.sectionMenuItemTopDescription]} - descriptionTextStyle={[styles.textStrong, styles.themeTextColor, styles.fontSizeNormal]} + descriptionTextStyle={[styles.textSupportingNormal, styles.textStrong, styles.themeTextColor]} titleStyle={[styles.textLabelSupporting, styles.fontSizeLabel]} shouldShowRightIcon onPress={() => Navigation.navigate(ROUTES.RULES_MERCHANT_EDIT.getRoute(policyID, rule.ruleID))}