Commit e9c7e3c6 authored by Steven杜宇's avatar Steven杜宇

// UI

parent 30bd5eb6
......@@ -311,8 +311,8 @@ extension YHOneKeyLoginManager {
model.privacyAlertTitleColor = UIColor.black
model.privacyAlertContentAlignment = .left
model.privacyAlertContentColors = [.black, .brandMainColor]
let activeImage = TXCommonUtils.image(with: .brandMainColor, size: CGSizeMake(UIScreen.main.bounds.size.width - 2 * 18, 45), isRoundedCorner: true, radius: 6)!
let hightLightImage = TXCommonUtils.image(with: .brandMainColor, size: CGSizeMake(UIScreen.main.bounds.size.width - 2 * 18, 45), isRoundedCorner: true, radius: 6)!
let activeImage = TXCommonUtils.image(with: .brandMainColor, size: CGSizeMake(UIScreen.main.bounds.size.width - 2 * 18, 45), isRoundedCorner: true, radius: 3)!
let hightLightImage = TXCommonUtils.image(with: .brandMainColor, size: CGSizeMake(UIScreen.main.bounds.size.width - 2 * 18, 45), isRoundedCorner: true, radius: 3)!
model.privacyAlertBtnBackgroundImages = [activeImage, hightLightImage]
model.privacyAlertButtonTextColors = [UIColor.white, UIColor.white]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment