feat: add `dialogStyle` prop (#3794)
parent
dfcdf92f7a
commit
976b0b409c
|
@ -85,6 +85,7 @@ const modalProps = (defaultProps = {}) => {
|
|||
keyboard: PropTypes.bool,
|
||||
wrapProps: PropTypes.object,
|
||||
focusTriggerAfterClose: PropTypes.bool,
|
||||
dialogStyle: PropTypes.object.def(() => ({})),
|
||||
};
|
||||
return initDefaultProps(props, defaultProps);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue