easy-forms-core 1.0.3 → 1.0.4

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.
package/dist/index.js CHANGED
@@ -461,7 +461,7 @@ function getMaterialStyles(_colors) {
461
461
  font-size: 0.875rem;
462
462
  font-weight: 500;
463
463
  margin-bottom: 0.25rem;
464
- color: rgba(0, 0, 0, 0.6);
464
+ color: var(--easy-form-text);
465
465
  }
466
466
  input:not([type="checkbox"]):not([type="radio"]), textarea, select {
467
467
  border: none;