Im doing this: ``` KVSpinnerView.settings.backgroundRectColor = UIColor(rgba: 0x336699) KVSpinnerView.settings.backgroundOpacity = 0.5 KVSpinnerView.show(saying: "Test wait...") ``` But the color still purple. Any clue?