diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-10-24 19:24:15 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-25 20:02:59 +0000 |
commit | 8122b1e03ba83bea731a3e8bd0490c57a3985ce4 (patch) | |
tree | 92ba5f2d3aa8f1f379a1157e31f277734de93b88 /server/sonar-web/design-system/src/components | |
parent | 5b7a82f33edfa8103a6967e77c7899beca20e83c (diff) | |
download | sonarqube-8122b1e03ba83bea731a3e8bd0490c57a3985ce4.tar.gz sonarqube-8122b1e03ba83bea731a3e8bd0490c57a3985ce4.zip |
SONAR-20742 Adjust text colors and condition rating text
Diffstat (limited to 'server/sonar-web/design-system/src/components')
-rw-r--r-- | server/sonar-web/design-system/src/components/Link.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/components/Link.tsx b/server/sonar-web/design-system/src/components/Link.tsx index 5d38190d3cf..07d743a85aa 100644 --- a/server/sonar-web/design-system/src/components/Link.tsx +++ b/server/sonar-web/design-system/src/components/Link.tsx @@ -205,7 +205,7 @@ export const DiscreetLink = styled(HoverLink)` DiscreetLink.displayName = 'DiscreetLink'; export const ContentLink = styled(HoverLink)` - --color: ${themeColor('pageContent')}; + --color: ${themeColor('pageTitle')}; --border: ${themeBorder('default', 'contentLinkBorder')}; `; ContentLink.displayName = 'ContentLink'; |