Browse Source

color fixed!

Shu Katabe 3 years ago
parent
commit
cc247451b3
1 changed files with 1 additions and 2 deletions
  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%);
     }
     }
   }
   }
 }
 }