diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecc5792e..e59367455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ * `` are wrapped with a div for use as a HotKeys ref. Refs STCOM-1343. * Use whole `dataOptions` array for memoization dependency rather that just `length` property. STCOM-1346. * Default the scope of `` to `document.body`. Remove internal wrapping div. Refs STCOM-1351. +* Remove inline styling from `` content. Refs STCOM-1348. ## [12.1.0](https://github.com/folio-org/stripes-components/tree/v12.1.0) (2024-03-12) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.0...v12.1.0) diff --git a/lib/Modal/Modal.js b/lib/Modal/Modal.js index 789017941..edd22f3d0 100644 --- a/lib/Modal/Modal.js +++ b/lib/Modal/Modal.js @@ -246,7 +246,6 @@ const Modal = forwardRef((props, ref) => {
{/* so that aria-labels will still announce if aria-labelledby is also provided */}