bmcmahen / react-image-enlarger

Simple medium.com style image zooming with gesture support
https://codesandbox.io/embed/adoring-sun-dz5yj
70 stars 6 forks source link

Custom background overlay color #1

Closed brunolemos closed 5 years ago

brunolemos commented 5 years ago

Cool lib!

I see the overlay is white, but that is not ideal for dark themed pages. Maybe it should support an overlayColor prop?

bmcmahen commented 5 years ago

Hey @brunolemos. You should be able to customize the overlay colour using css or any css-in-js library and targeting the relevant className. I could add an overlayColor prop though for simplicity.