Skip to content

Commit

Permalink
Update CustomPrivacyKitStyle.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkumpe committed Oct 22, 2020
1 parent f5450b2 commit 9390cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KKid/View/CustomPrivacyKitStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import UIKit
import PrivacyKit

public struct CustomPrivacyKitStyle: PrivacyKitStyle {

public var backgroundColor: UIColor = UIColor(red: 252/255, green: 202/255, blue: 70/255, alpha: 1)
public var textColor: UIColor = UIColor(red: 35/255, green: 61/255, blue: 77/255, alpha: 1)
public var buttonHighlightColor: UIColor = UIColor(red: 97/255, green: 155/255, blue: 138/255, alpha: 1)
Expand All @@ -20,6 +21,5 @@ public struct CustomPrivacyKitStyle: PrivacyKitStyle {

public var paragraphFont: UIFont = UIFont.systemFont(ofSize: 14)
public var highlightFont: UIFont = UIFont.boldSystemFont(ofSize: 14)


}

0 comments on commit 9390cca

Please sign in to comment.