aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/theme
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2023-10-24 19:24:15 +0200
committersonartech <sonartech@sonarsource.com>2023-10-25 20:02:59 +0000
commit8122b1e03ba83bea731a3e8bd0490c57a3985ce4 (patch)
tree92ba5f2d3aa8f1f379a1157e31f277734de93b88 /server/sonar-web/design-system/src/theme
parent5b7a82f33edfa8103a6967e77c7899beca20e83c (diff)
downloadsonarqube-8122b1e03ba83bea731a3e8bd0490c57a3985ce4.tar.gz
sonarqube-8122b1e03ba83bea731a3e8bd0490c57a3985ce4.zip
SONAR-20742 Adjust text colors and condition rating text
Diffstat (limited to 'server/sonar-web/design-system/src/theme')
-rw-r--r--server/sonar-web/design-system/src/theme/light.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/theme/light.ts b/server/sonar-web/design-system/src/theme/light.ts
index eed6bd73e74..2c14207689d 100644
--- a/server/sonar-web/design-system/src/theme/light.ts
+++ b/server/sonar-web/design-system/src/theme/light.ts
@@ -434,7 +434,6 @@ export const lightTheme = {
// quality gate texts colors
qgConditionNotCayc: COLORS.red[600],
qgConditionCayc: COLORS.green[600],
- qgCardTitle: COLORS.blueGrey[700],
// main bar
mainBar: COLORS.white,