I'm currently working on a website using Vue.js and Firebase. Everything runs smoothly locally, including a button with a desired low opacity. However, when I deploy the site to Firebase Hosting, the button's opacity inexplicably changes to 1% and becomes invisible. Removing any custom opacity CSS solves the issue temporarily, but I need it to work as intended without manual adjustments. This problem only occurs after deploying to hosting; no such issues occur in the local environment. Any suggestions on what might be causing this? I have tried rebuilding and redeploying multiple times to fix any potential build errors.