aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/theme.js
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2022-07-08 11:23:32 +0200
committersonartech <sonartech@sonarsource.com>2022-07-11 20:13:11 +0000
commit6f6c31272190acb041d97a9fc8b6193c5f7d82da (patch)
tree57cf45da71315212de5a02a2c6fcad177833578e /server/sonar-web/src/main/js/app/theme.js
parent12b488c80a45f27b5176557a9c7e1a24dcab83d4 (diff)
downloadsonarqube-6f6c31272190acb041d97a9fc8b6193c5f7d82da.tar.gz
sonarqube-6f6c31272190acb041d97a9fc8b6193c5f7d82da.zip
SONAR-16598 Rename generic concept to education principles
Diffstat (limited to 'server/sonar-web/src/main/js/app/theme.js')
-rw-r--r--server/sonar-web/src/main/js/app/theme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/theme.js b/server/sonar-web/src/main/js/app/theme.js
index d4119df1c66..b8f4ef1bbbb 100644
--- a/server/sonar-web/src/main/js/app/theme.js
+++ b/server/sonar-web/src/main/js/app/theme.js
@@ -58,7 +58,7 @@ module.exports = {
globalNavBarBg: '#262626',
- genericConceptBgColor: '#F4F6FF',
+ educationPrinciplesBgColor: '#F4F6FF',
// table
rowHoverHighlight: '#ecf6fe',