@visns-studio/visns-components 4.3.10 → 4.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -180,7 +180,7 @@ input[type='file']:hover {
180
180
  .contentTable td {
181
181
  font-size: 0.95em;
182
182
  padding: 8px 15px;
183
- color: var(--paragraph-color);
183
+ color: var(--table-text-color, var(--paragraph-color));
184
184
  border-right: 1px solid var(--table-border);
185
185
  line-height: 1;
186
186
  border-spacing: 0;
package/package.json CHANGED
@@ -57,7 +57,7 @@
57
57
  "react-dom": "^17.0.1"
58
58
  },
59
59
  "name": "@visns-studio/visns-components",
60
- "version": "4.3.10",
60
+ "version": "4.3.11",
61
61
  "description": "Various packages to assist in the development of our Custom Applications.",
62
62
  "main": "index.js",
63
63
  "scripts": {