Add userInterfaceStyle on Theme

This commit is contained in:
ismailgulek
2020-09-22 14:17:20 +03:00
parent 7ddb5e6f1f
commit c1d9578d60
3 changed files with 13 additions and 0 deletions
@@ -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