Parcourir la source

Merge pull request #7497 from weseek/fix/117499-HandsontableModal-style

fix: Show handsontable edit modal color in dark theme
Yuki Takei il y a 3 ans
Parent
commit
9bb425d20b
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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);
   }