aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/components/FacetItem.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/design-system/src/components/FacetItem.tsx')
-rw-r--r--server/sonar-web/design-system/src/components/FacetItem.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/src/components/FacetItem.tsx b/server/sonar-web/design-system/src/components/FacetItem.tsx
index 62d5e38b150..9fbeff5e730 100644
--- a/server/sonar-web/design-system/src/components/FacetItem.tsx
+++ b/server/sonar-web/design-system/src/components/FacetItem.tsx
@@ -113,6 +113,7 @@ const StyledButton = styled(ButtonSecondary)<{ active?: boolean; small?: boolean
& mark {
background-color: ${themeColor('searchHighlight')};
+ font-weight: 400;
}
}