Various Fixes

This commit is contained in:
Ilya Laktyushin
2021-10-09 20:01:21 +04:00
parent 5114a1d068
commit f52f73a4df
11 changed files with 220 additions and 21 deletions

View File

@@ -764,7 +764,7 @@ public func makeDefaultDayPresentationTheme(extendingThemeReference: Presentatio
inputBorderColor: UIColor(rgb: 0xe4e4e6),
inputPlaceholderColor: UIColor(rgb: 0x8e8d92),
inputTextColor: UIColor(rgb: 0x000000),
inputClearButtonColor: UIColor(rgb: 0xbcbcc0),
inputClearButtonColor: UIColor(rgb: 0x9e9ea1),
checkContentColor: UIColor(rgb: 0xffffff)
)