If we apply prominentGlass to button configuration, fonts shows default one.
button.configuration = .prominentGlass()
button.titleLabel?.font = UIFont.systemFont(ofSize: 18, weight: .bold)
Instead of bold font with font size 18, it shows normal font with approx 14 font size.