]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10681 Increase facet color contrast
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Tue, 23 Feb 2021 08:03:17 +0000 (09:03 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 3 Mar 2021 20:12:51 +0000 (20:12 +0000)
server/sonar-web/src/main/js/app/theme.js
server/sonar-web/src/main/js/apps/code/components/__tests__/__snapshots__/ComponentName-test.tsx.snap
server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueType-test.tsx.snap

index 2485185bba57a72a0d2a1688e5318b30b14dfe8d..6c2a97a00d3ee55bca3a2c3635e45bea712238f9 100644 (file)
@@ -61,8 +61,8 @@ module.exports = {
     rowHoverHighlight: '#ecf6fe',
 
     // fonts
-    baseFontColor: '#444',
-    secondFontColor: '#777',
+    baseFontColor: '#333',
+    secondFontColor: '#666',
 
     // forms
     mandatoryFieldColor: '#a4030f',
index 3978fbe2c62b4e4a9cbf429528813c1dd7151559..8922328f44067426f4ec95c5cea6891d17bc837e 100644 (file)
@@ -16,7 +16,7 @@ foo"
       <span
         style={
           Object {
-            "color": "#777",
+            "color": "#666",
           }
         }
       >
index ecd72edd3106283addc0c769218cfac7ba0f1d49..27fc50ed8823fb0b3e32a26181f55935926f3173 100644 (file)
@@ -33,7 +33,7 @@ exports[`should open the popup when the button is clicked 2`] = `
     >
       <IssueTypeIcon
         className="little-spacer-right"
-        fill="#444"
+        fill="#333"
         query="BUG"
       />
       issue.type.BUG
@@ -69,7 +69,7 @@ exports[`should render with the action 1`] = `
     >
       <IssueTypeIcon
         className="little-spacer-right"
-        fill="#444"
+        fill="#333"
         query="BUG"
       />
       issue.type.BUG