|
@@ -146,11 +146,11 @@ class NCBrandColor: NSObject {
|
|
|
}
|
|
|
|
|
|
// Color
|
|
|
- @objc public let customer: UIColor = UIColor(red: 0.0/255.0, green: 130.0/255.0, blue: 201.0/255.0, alpha: 1.0) // BLU NC : #0082c9
|
|
|
+ @objc public let customer: UIColor = UIColor(red: 0.0/255.0, green: 130.0/255.0, blue: 201.0/255.0, alpha: 1.0) // BLU NC : #0082c9
|
|
|
@objc public var customerText: UIColor = .white
|
|
|
|
|
|
- @objc public var brand: UIColor // don't touch me
|
|
|
- @objc public var brandElement: UIColor // don't touch me
|
|
|
+ @objc public var brand: UIColor // don't touch me
|
|
|
+ @objc public var brandElement: UIColor // don't touch me
|
|
|
@objc public var brandText: UIColor // don't touch me
|
|
|
|
|
|
@objc public let nextcloud: UIColor = UIColor(red: 0.0/255.0, green: 130.0/255.0, blue: 201.0/255.0, alpha: 1.0)
|