diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2023-07-28 11:20:40 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-07-31 20:03:31 +0000 |
commit | 24f170413f40cba5c6c4bd1a8872307a427cb28f (patch) | |
tree | ae295ce3f56add750101ce78f8778300f7dff694 /server/sonar-web/design-system/src/theme | |
parent | 6cb1c5332fc28391af46f00252db894954d10dfd (diff) | |
download | sonarqube-24f170413f40cba5c6c4bd1a8872307a427cb28f.tar.gz sonarqube-24f170413f40cba5c6c4bd1a8872307a427cb28f.zip |
SONAR-19896 UI improvements for project activity page
Diffstat (limited to 'server/sonar-web/design-system/src/theme')
-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], |