mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Cloud themes improvements
This commit is contained in:
@@ -161,7 +161,7 @@ public final class SearchBarNodeTheme: Equatable {
|
||||
self.inputIcon = theme.rootController.navigationSearchBar.inputIconColor
|
||||
self.inputClear = theme.rootController.navigationSearchBar.inputClearButtonColor
|
||||
self.accent = theme.rootController.navigationSearchBar.accentColor
|
||||
self.keyboard = theme.chatList.searchBarKeyboardColor
|
||||
self.keyboard = theme.rootController.keyboardColor
|
||||
}
|
||||
|
||||
public static func ==(lhs: SearchBarNodeTheme, rhs: SearchBarNodeTheme) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user