mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 23:17:43 +02:00
Add userInterfaceStyle on Theme
This commit is contained in:
@@ -71,6 +71,11 @@ class DarkTheme: NSObject, Theme {
|
||||
var statusBarStyle: UIStatusBarStyle = .lightContent
|
||||
var scrollBarStyle: UIScrollView.IndicatorStyle = .white
|
||||
var keyboardAppearance: UIKeyboardAppearance = .dark
|
||||
|
||||
@available(iOS 12.0, *)
|
||||
var userInterfaceStyle: UIUserInterfaceStyle {
|
||||
return .dark
|
||||
}
|
||||
|
||||
var placeholderTextColor: UIColor = UIColor(rgb: 0xA1B2D1) // Use secondary text color
|
||||
var selectedBackgroundColor: UIColor = UIColor(rgb: 0x040506)
|
||||
|
||||
Reference in New Issue
Block a user