From: Wouter Admiraal Date: Tue, 23 Feb 2021 08:03:17 +0000 (+0100) Subject: SONAR-10681 Increase facet color contrast X-Git-Tag: 8.8.0.42792~80 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=921f980d7cd12feb0aa8ae5ccaa023716106f28f;p=sonarqube.git SONAR-10681 Increase facet color contrast --- diff --git a/server/sonar-web/src/main/js/app/theme.js b/server/sonar-web/src/main/js/app/theme.js index 2485185bba5..6c2a97a00d3 100644 --- a/server/sonar-web/src/main/js/app/theme.js +++ b/server/sonar-web/src/main/js/app/theme.js @@ -61,8 +61,8 @@ module.exports = { rowHoverHighlight: '#ecf6fe', // fonts - baseFontColor: '#444', - secondFontColor: '#777', + baseFontColor: '#333', + secondFontColor: '#666', // forms mandatoryFieldColor: '#a4030f', diff --git a/server/sonar-web/src/main/js/apps/code/components/__tests__/__snapshots__/ComponentName-test.tsx.snap b/server/sonar-web/src/main/js/apps/code/components/__tests__/__snapshots__/ComponentName-test.tsx.snap index 3978fbe2c62..8922328f440 100644 --- a/server/sonar-web/src/main/js/apps/code/components/__tests__/__snapshots__/ComponentName-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/code/components/__tests__/__snapshots__/ComponentName-test.tsx.snap @@ -16,7 +16,7 @@ foo" diff --git a/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueType-test.tsx.snap b/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueType-test.tsx.snap index ecd72edd310..27fc50ed882 100644 --- a/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueType-test.tsx.snap +++ b/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueType-test.tsx.snap @@ -33,7 +33,7 @@ exports[`should open the popup when the button is clicked 2`] = ` > issue.type.BUG @@ -69,7 +69,7 @@ exports[`should render with the action 1`] = ` > issue.type.BUG