From ac8fc4c3d9ff6d8b366f13c159e8fad51d58843c Mon Sep 17 00:00:00 2001 From: Viktor Vorona Date: Wed, 14 Aug 2024 14:03:11 +0200 Subject: SONAR-22710 Projects facet --- server/sonar-web/design-system/src/theme/light.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'server/sonar-web/design-system/src/theme/light.ts') 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 @@ -464,11 +464,18 @@ export const lightTheme = { // size indicators 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 -- cgit v1.2.3