The current Modal component allows for a className parameter to define the modal-dialog element which is inside the outer modal fade/active component. This outer component needs to be customizable via class name as required for external styling.
Currently, it's hard coding modal as className into the Fade component. Need to include option on Modal component for this class name.
The current Modal component allows for a className parameter to define the
modal-dialogelement which is inside the outermodalfade/active component. This outer component needs to be customizable via class name as required for external styling.Currently, it's hard coding
modalas className into the Fade component. Need to include option on Modal component for this class name.