mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Add userInterfaceStyle on Theme
This commit is contained in:
@@ -77,6 +77,11 @@ class DefaultTheme: NSObject, Theme {
|
||||
}
|
||||
var scrollBarStyle: UIScrollView.IndicatorStyle = .default
|
||||
var keyboardAppearance: UIKeyboardAppearance = .light
|
||||
|
||||
@available(iOS 12.0, *)
|
||||
var userInterfaceStyle: UIUserInterfaceStyle {
|
||||
return .light
|
||||
}
|
||||
|
||||
var placeholderTextColor: UIColor = UIColor(rgb: 0x8F97A3) // Use secondary text color
|
||||
|
||||
|
||||
Reference in New Issue
Block a user