@SebJVidal Yes, I was being dumb.
var config = .prominentGlass()
config.cornerStyle = .fixed
config.background.cornerRadius = 12.0
button.configuration = config
@SebJVidal Is it possible to change the corner radius of a UIButton when using the prominentGlass() configuration? I've tried but the button seems to lose its liquid glass effect.