Various fixes

This commit is contained in:
Ilya Laktyushin
2019-10-17 15:22:44 +03:00
parent 7c0c73d9bf
commit 4da3336dfb
47 changed files with 4143 additions and 3554 deletions

View File

@@ -68,7 +68,11 @@ private func makeDefaultDayPresentationTheme(accentColor: UIColor, serviceBackgr
separatorColor: UIColor(rgb: 0xb1b1b1),
badgeBackgroundColor: UIColor(rgb: 0xff3b30),
badgeStrokeColor: UIColor(rgb: 0xff3b30),
badgeTextColor: .white
badgeTextColor: .white,
segmentedBackgroundColor: UIColor(rgb: 0xe9e9e9),
segmentedForegroundColor: UIColor(rgb: 0xf7f7f7),
segmentedTextColor: UIColor(rgb: 0x000000),
segmentedDividerColor: UIColor(rgb: 0xd6d6dc)
)
let navigationSearchBar = PresentationThemeNavigationSearchBar(