How to maintain color of active switch button

Hi,

I realized that the switch buttons appear grey in the dynamic page.
I have a page where users can submit new rooms and it uses different option by using switch button to say ‘available’ or ‘not available’. However, after submitting and I check the newly submitted room’s page, the switch buttons are grey instead of colored. Can I change that in any way, so if a switch is active it keeps the color?

Thanks for the help.

You can change the background color of the element anytime: https://www.wix.com/corvid/reference/$w.Style.html#backgroundColor

Thanks a lot for the help!