diff options
Diffstat (limited to 'server/sonar-web/design-system/src/theme/light.ts')
-rw-r--r-- | server/sonar-web/design-system/src/theme/light.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/sonar-web/design-system/src/theme/light.ts b/server/sonar-web/design-system/src/theme/light.ts index b303f3f8655..b9176bdac41 100644 --- a/server/sonar-web/design-system/src/theme/light.ts +++ b/server/sonar-web/design-system/src/theme/light.ts @@ -455,11 +455,11 @@ export const lightTheme = { // graph - chart graphPointCircleColor: COLORS.white, - 'graphLineColor.0': COLORS.blue[700], - 'graphLineColor.1': COLORS.blue[500], + 'graphLineColor.0': COLORS.blue[500], + 'graphLineColor.1': COLORS.blue[700], 'graphLineColor.2': COLORS.blue[300], - 'graphLineColor.3': COLORS.blue[700], - 'graphLineColor.4': COLORS.blue[500], + 'graphLineColor.3': COLORS.blue[500], + 'graphLineColor.4': COLORS.blue[700], 'graphLineColor.5': COLORS.blue[300], graphGridColor: COLORS.grey[50], graphCursorLineColor: COLORS.blueGrey[400], |