diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2024-08-14 14:03:11 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-08-26 20:03:07 +0000 |
commit | ac8fc4c3d9ff6d8b366f13c159e8fad51d58843c (patch) | |
tree | 602b6b8305e2f5cb28f2655f0a10d81246a09109 /server/sonar-web/design-system/src/theme/light.ts | |
parent | fc0739fd4eaf7a467de77773be76ddbb5f8040ef (diff) | |
download | sonarqube-ac8fc4c3d9ff6d8b366f13c159e8fad51d58843c.tar.gz sonarqube-ac8fc4c3d9ff6d8b366f13c159e8fad51d58843c.zip |
SONAR-22710 Projects facet
Diffstat (limited to 'server/sonar-web/design-system/src/theme/light.ts')
-rw-r--r-- | server/sonar-web/design-system/src/theme/light.ts | 9 |
1 files changed, 8 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 098ca5ce763..dce350b51b6 100644 --- a/server/sonar-web/design-system/src/theme/light.ts +++ b/server/sonar-web/design-system/src/theme/light.ts @@ -465,10 +465,17 @@ export const lightTheme = { sizeIndicator: COLORS.blue[500], // rating colors + 'rating.legacy.A': COLORS.green[200], + 'rating.legacy.B': COLORS.yellowGreen[200], + 'rating.legacy.C': COLORS.yellow[200], + 'rating.legacy.D': COLORS.orange[200], + 'rating.legacy.E': COLORS.red[200], + + // rating colors 'rating.A': COLORS.green[200], 'rating.B': COLORS.yellowGreen[200], 'rating.C': COLORS.yellow[200], - 'rating.D': COLORS.orange[200], + 'rating.D': COLORS.red[200], 'rating.E': COLORS.red[200], // rating donut outside circle indicators |