I've been using a plugin for my camera functionality and I need to set the background color to transparent in order to display it properly. However, when I close the camera preview, the background remains transparent which is causing an issue. Is there a way to make the background transparent only when using the camera plugin? I have attached some screenshots for reference: https://i.stack.imgur.com/fepHV.png The background is white in this image, which is correct. https://i.stack.imgur.com/h9DnP.png The background is transparent in this image, also correct. https://i.stack.imgur.com/UJGoJ.png However, the background remains transparent in this image after closing the camera, which is incorrect. I am not using any other CSS in the app, so I'm looking for a way to change the background-color only on the camera screen. Thank you