@react-form-builder/viewer-bundle 1.6.0 → 1.7.0

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.
@@ -105,7 +105,9 @@
105
105
  cursor: not-allowed;
106
106
  }
107
107
 
108
- & input {
108
+ & input,
109
+ & textarea.rs-input {
110
+ font-family: inherit;
109
111
  line-height: normal;
110
112
  color: var(--rs-text-primary);
111
113
  }
@@ -285,5 +287,5 @@
285
287
  }
286
288
 
287
289
  .rs-picker .rs-picker-clean.rs-btn-close {
288
- color: var(--rs-text-secondary);
290
+ color: var(--rs-text-secondary);
289
291
  }