Modal close icon is a great feature!
However, when we use it with dimmer='inverted' it's bearly visible.
It would be nice to have a closeIconColor or closeIcon='remove red'.
closeIcon is a "Shorthand" prop, meaning that if you pass an object that object will be passed as props to the component. So you can do:
<Modal closeIcon={{ name: 'remove', color: 'red' }}>
Most helpful comment
closeIconis a "Shorthand" prop, meaning that if you pass an object that object will be passed as props to the component. So you can do: