Explorar el Código

apply skelton color

yuken hace 3 años
padre
commit
1fecc3a1a1

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

@@ -518,5 +518,5 @@ ul.pagination {
  * skelton
  */
 .grw-skelton {
-  background-color: lighten($bgcolor-subnav, 20%);
+  background-color: lighten($bgcolor-subnav, 15%);
 }

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

@@ -410,5 +410,5 @@ $dropdown-link-active-bg: $bgcolor-dropdown-link-active;
  * skelton
  */
 .grw-skelton {
-  background-color: $gray-200;
+  background-color: darken($bgcolor-subnav, 10%);
 }