diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2024-10-11 14:13:05 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-11 20:02:43 +0000 |
commit | 428af7fca058c643f2c163f372a4f48777e07221 (patch) | |
tree | 535a084cc649825d7a0f1a6a428b94bf17995fc1 /server/sonar-web/src/main/js/apps/component-measures/drilldown | |
parent | ee37f5daf38a9d4a7a7825299f878c4cbc1589c1 (diff) | |
download | sonarqube-428af7fca058c643f2c163f372a4f48777e07221.tar.gz sonarqube-428af7fca058c643f2c163f372a4f48777e07221.zip |
SONAR-23136 Replace usage of secondary.dark with echoes design tokens
Diffstat (limited to 'server/sonar-web/src/main/js/apps/component-measures/drilldown')
-rw-r--r-- | server/sonar-web/src/main/js/apps/component-measures/drilldown/BubbleChartView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/component-measures/drilldown/BubbleChartView.tsx b/server/sonar-web/src/main/js/apps/component-measures/drilldown/BubbleChartView.tsx index a2b6b3d4596..23d50b687ad 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/drilldown/BubbleChartView.tsx +++ b/server/sonar-web/src/main/js/apps/component-measures/drilldown/BubbleChartView.tsx @@ -297,7 +297,7 @@ const getTooltip = ( }; const BubbleChartWrapper = styled.div` - color: ${themeColor('pageContentLight')}; + color: var(--echoes-color-text-subdued); `; const YAxis = styled.div` |