Sfoglia il codice sorgente

Merge branch 'master' into support/testcode-for-calcApplicableGrantData

cao 3 anni fa
parent
commit
2ab9415f60
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      packages/app/src/styles/theme/_apply-colors-light.scss

+ 1 - 2
packages/app/src/styles/theme/_apply-colors-light.scss

@@ -226,9 +226,8 @@ $dropdown-link-active-bg: $bgcolor-dropdown-link-active;
   }
   }
   // List group
   // List group
   .list-group-item {
   .list-group-item {
-    // TODO: fix color light theme
     .page-list-snippet {
     .page-list-snippet {
-      color: $gray-600;
+      color: lighten($body-color, 10%);
     }
     }
   }
   }
 }
 }