)}
{isPullRequest(branchLike) && (
- <>
- <GreySeparator className="sw-mt-4" />
- <div className="sw-body-md sw-flex sw-items-center sw-mt-4">
- <AfterMergeEstimate measures={measures} type={type} />
- <LightLabel className="sw-ml-2">
- {translate('component_measures.facet_category.overall_category.estimated')}
- </LightLabel>
- </div>
- </>
+ <div className="sw-body-sm sw-flex sw-items-center sw-mt-4">
+ <AfterMergeEstimate measures={measures} type={type} />
+
+ <LightLabel className="sw-ml-2">
+ {translate('component_measures.facet_category.overall_category.estimated')}
+ </LightLabel>
+ </div>
)}
</>
</MeasuresPanelCard>
return (
<div className={classNames(className, 'sw-flex sw-items-center')}>
- <LightPrimary className="sw-heading-lg">
+ <LightPrimary className="sw-body-sm-highlight">
{formatMeasure(measure.value, MetricType.Percent)}
</LightPrimary>
</div>