Quellcode durchsuchen

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

fix: Show handsontable edit modal color in dark theme
Yuki Takei vor 3 Jahren
Ursprung
Commit
9bb425d20b
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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);
   }