easy-forms-core 1.2.2 → 1.2.3

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
@@ -247,7 +247,6 @@ var z=class{parse(t){if(!t)throw new Error("Schema es requerido");if(!t.fields&&
247
247
  padding: 0.5rem;
248
248
  font-size: 1rem;
249
249
  color: var(--easy-form-text);
250
- background: var(--easy-form-background);
251
250
  transition: all 0.2s ease;
252
251
  box-sizing: border-box;
253
252
  }