Browse Source

refactor style

yukendev 3 years ago
parent
commit
6a0411e412
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/app/src/styles/theme/_apply-colors-dark.scss

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

@@ -504,6 +504,11 @@
   /*
   * GROWI HandsontableModal
   */
+
+  .handsontable td {
+    color: black;
+  }
+
   .grw-hot-modal-navbar {
     background-color: var(--dark);
   }