diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2023-01-02 10:02:39 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-05 20:02:57 +0000 |
commit | b8b0efb9cf1408d9d9fcfffedfc39cc6d0604387 (patch) | |
tree | 12a7133b220fa0f1e790445d71fb730b67ec9ad7 /server/sonar-web/src/main/js/app/theme.js | |
parent | a62476dc4ebbb8760d1df58275b12cc9f6124597 (diff) | |
download | sonarqube-b8b0efb9cf1408d9d9fcfffedfc39cc6d0604387.tar.gz sonarqube-b8b0efb9cf1408d9d9fcfffedfc39cc6d0604387.zip |
SONAR-17815 Adding CAYC section QG conditions
Diffstat (limited to 'server/sonar-web/src/main/js/app/theme.js')
-rw-r--r-- | server/sonar-web/src/main/js/app/theme.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/app/theme.js b/server/sonar-web/src/main/js/app/theme.js index 09a01a3906c..5167a9c05d7 100644 --- a/server/sonar-web/src/main/js/app/theme.js +++ b/server/sonar-web/src/main/js/app/theme.js @@ -139,6 +139,10 @@ module.exports = { darkBackgroundSeparator: '#413b3b', darkBackgroundFontColor: '#f6f8fa', + //quality gate badges + badgeGreenBackground: '#f0faec', + badgeRedBackground: '#ffeaea', + // new color palette // Some of these colors duplicate what we have above, but this will make it // easier to align with the UX designers on what colors to use where. |