UIButtonType.plain is "A standard system button without a blurred background view.". However, when I try to make a `.plain` UIButton and change its background color to red, I can still see a VisualEffectView in the UIButton which darkens the red color. How can I get rid of the blurred background view and get a real plain button with motion effect? Thanks.