Skip to content

Commit 976b0b4

Browse files
authored
feat: add dialogStyle prop (#3794)
1 parent dfcdf92 commit 976b0b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/modal/Modal.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ const modalProps = (defaultProps = {}) => {
8585
keyboard: PropTypes.bool,
8686
wrapProps: PropTypes.object,
8787
focusTriggerAfterClose: PropTypes.bool,
88+
dialogStyle: PropTypes.object.def(() => ({})),
8889
};
8990
return initDefaultProps(props, defaultProps);
9091
};

0 commit comments

Comments
 (0)