mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
UI Fixes
This commit is contained in:
@@ -210,11 +210,15 @@ public final class PresentationThemeSwitch {
|
||||
public let frameColor: UIColor
|
||||
public let handleColor: UIColor
|
||||
public let contentColor: UIColor
|
||||
public let positiveColor: UIColor
|
||||
public let negativeColor: UIColor
|
||||
|
||||
public init(frameColor: UIColor, handleColor: UIColor, contentColor: UIColor) {
|
||||
public init(frameColor: UIColor, handleColor: UIColor, contentColor: UIColor, positiveColor: UIColor, negativeColor: UIColor) {
|
||||
self.frameColor = frameColor
|
||||
self.handleColor = handleColor
|
||||
self.contentColor = contentColor
|
||||
self.positiveColor = positiveColor
|
||||
self.negativeColor = negativeColor
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user