Vision Repaint after changing style

I’m having an issue with Vision components updating when a style dataset is changed. I have made an interface to customize a style dataset that is linked throughout the project. I’ve noticed when I change the foreground or background property, sometimes the components (label, numeric and text input, buttons, etc.) retain some remnants of the old style. The new style gets applied, but there are weird images in the background of the components.

Are you using transparent colors? Java Swing is notoriously bad at rendering transparent colors.

Yes, we were using alpha values… Do you know if there is a way to force a repaint? Or any other way around it? I really want to use transparency…