aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/quality-gates/components/ConditionsTable.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-gates/components/ConditionsTable.tsx')
-rw-r--r--server/sonar-web/src/main/js/apps/quality-gates/components/ConditionsTable.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-gates/components/ConditionsTable.tsx b/server/sonar-web/src/main/js/apps/quality-gates/components/ConditionsTable.tsx
index 63ab8c16e65..074bc1e3294 100644
--- a/server/sonar-web/src/main/js/apps/quality-gates/components/ConditionsTable.tsx
+++ b/server/sonar-web/src/main/js/apps/quality-gates/components/ConditionsTable.tsx
@@ -37,17 +37,17 @@ function Header() {
return (
<TableRow>
<ContentCell>
- <Title className="sw-body-sm-highlight sw-m-0 sw-whitespace-nowrap">
+ <Title className="sw-typo-semibold sw-m-0 sw-whitespace-nowrap">
{translate('quality_gates.conditions.metric')}
</Title>
</ContentCell>
<ContentCell>
- <Title className="sw-body-sm-highlight sw-m-0 sw-whitespace-nowrap">
+ <Title className="sw-typo-semibold sw-m-0 sw-whitespace-nowrap">
{translate('quality_gates.conditions.operator')}
</Title>
</ContentCell>
<NumericalCell>
- <Title className="sw-body-sm-highlight sw-m-0 sw-whitespace-nowrap">
+ <Title className="sw-typo-semibold sw-m-0 sw-whitespace-nowrap">
{translate('quality_gates.conditions.value')}
</Title>
</NumericalCell>