aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/theme
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2023-06-19 11:17:47 +0200
committersonartech <sonartech@sonarsource.com>2023-06-26 20:03:54 +0000
commit3b8f363175f8ef01fe4e888bccfd693bb9953852 (patch)
tree5300921de4e8a7fbb9c5148874d1c7b1f8d5301b /server/sonar-web/design-system/src/theme
parentdf412e40611054143f326a2d364028b64f4a8bac (diff)
downloadsonarqube-3b8f363175f8ef01fe4e888bccfd693bb9953852.tar.gz
sonarqube-3b8f363175f8ef01fe4e888bccfd693bb9953852.zip
SONAR-19604 New UI for the Activity Graph header
Diffstat (limited to 'server/sonar-web/design-system/src/theme')
-rw-r--r--server/sonar-web/design-system/src/theme/light.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/src/theme/light.ts b/server/sonar-web/design-system/src/theme/light.ts
index ac7d1fdd012..b7acbc729b2 100644
--- a/server/sonar-web/design-system/src/theme/light.ts
+++ b/server/sonar-web/design-system/src/theme/light.ts
@@ -460,6 +460,7 @@ export const lightTheme = {
graphZoomBackgroundColor: COLORS.blueGrey[25],
graphZoomBorderColor: COLORS.blueGrey[100],
graphZoomHandleColor: COLORS.blueGrey[400],
+ graphLegendBorder: secondary.darker,
// page
pageTitle: COLORS.blueGrey[700],