@madie/madie-design-system 1.2.70 → 1.2.71

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.
@@ -519,7 +519,7 @@ const RichTextEditor = ({
519
519
  aria-multiline="true"
520
520
  aria-required={required || undefined}
521
521
  aria-invalid={error || undefined}
522
- className={`ProseMirror ${error ? "has-error" : ""}`}
522
+ className={`${error ? "has-error" : ""}`}
523
523
  />
524
524
  </>
525
525
  )}