react-bootstrap-sweetalert icon indicating copy to clipboard operation
react-bootstrap-sweetalert copied to clipboard

Display issue when using material ui dark mode

Open dgour007 opened this issue 4 years ago • 1 comments

When using material ui theme with dark mode on, the sweet alert pop is white in color and the text is not visible. Please refer to the attached image. I made it work by changing the color to black using style={{ display: "block", color: "black" }} but its not matching the dark mode. Ideally if dark mode is on, then sweet alert should adapt to the theme. Please let me know if I missed something.

Sweet Alert

dgour007 avatar Oct 03 '20 16:10 dgour007

This library is not associated with material ui in any way. If you want special styles you have to implement them using the available style props. If there is a style that you wish to override but cannot please let me know and I can see about making this more customizable.

djorg83 avatar Oct 04 '20 02:10 djorg83