Browse Source

change gray color to 200

kaori 4 years ago
parent
commit
dd37d40cc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/styles/theme/_apply-colors-light.scss

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

@@ -175,7 +175,7 @@ $border-color: $border-color-global;
         background: $bgcolor-list-hover;
         background: $bgcolor-list-hover;
       }
       }
       &.grw-pagetree-is-over {
       &.grw-pagetree-is-over {
-        background: $gray-300;
+        background: $gray-200;
       }
       }
 
 
       .grw-pagetree-count {
       .grw-pagetree-count {