We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Modal
1 parent 60ef230 commit a972850Copy full SHA for a972850
src/lib/components/Modal/Modal.jsx
@@ -290,7 +290,7 @@ Modal.propTypes = {
290
*/
291
onClose: PropTypes.func,
292
/**
293
- * If set, the modal is rendered in the React Portal with that ID.
+ * If set, modal is rendered in the React Portal with that ID.
294
295
portalId: PropTypes.string,
296
src/lib/theme.scss
@@ -877,7 +877,7 @@
877
// =====
878
879
--rui-Modal__background: var(--rui-color-white);
880
- --rui-Modal__box-shadow: none;
+ --rui-Modal__box-shadow: var(--rui-elevation-2);
881
--rui-Modal__outer-spacing--xs: var(--rui-spacing-2);
882
--rui-Modal__outer-spacing--sm: var(--rui-spacing-6);
883
--rui-Modal__footer__background: var(--rui-color-gray-100);
0 commit comments