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/theme | |
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/theme')
-rw-r--r-- | server/sonar-web/design-system/src/theme/light.ts | 1 |
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, |