yohei0125 hace 4 años
padre
commit
9d5ab560cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/styles/theme/_apply-colors-dark.scss

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

@@ -465,7 +465,7 @@ ul.pagination {
 .on-search {
   .grw-search-result-item {
     &.active {
-      background-color: rgba($gray-700, 0.7) !important;
+      background-color: lighten($bgcolor-list, 9%) !important;
       border-color: $bordercolor-search-item-left-active;
     }
   }