king
2021-08-31 72419e2f826031a158173f46d723a672064e37cd
src/assets/css/table.scss
@@ -411,6 +411,9 @@
  }
  // gray
  .background.transparent {
    @include tableBackground(transparent);
  }
  .background.gray-1 {
    @include tableBackground(#f5f5f5);
  }
@@ -832,6 +835,9 @@
  }
  // gray
  .font.transparent {
    color: transparent;
  }
  .font.gray-1 {
    color: #f5f5f5;
  }