mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
Add identifier to Theme protocol
This commit is contained in:
@@ -21,6 +21,8 @@ import UIKit
|
||||
@objcMembers
|
||||
class DefaultTheme: NSObject, Theme {
|
||||
|
||||
var identifier: String = "default"
|
||||
|
||||
var backgroundColor: UIColor = UIColor(rgb: 0xFFFFFF)
|
||||
|
||||
var baseColor: UIColor = UIColor(rgb: 0x27303A)
|
||||
|
||||
Reference in New Issue
Block a user