Recently, I customized the appearance of buttons in my App by adding colors. Surprisingly, everything looks perfect when I test it on a local server on my PC. However, once I deploy the App to my Android device, all the buttons become transparent.
In my variables.scss file, the button styling is defined as follows:
ion-button{
--background: #a37001e8;
--background-activated: #e9c067e8;
color: white;
}