mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -149,7 +149,7 @@ private final class GlassButtonView: HighlightTrackingButton {
|
||||
func update(theme: PresentationTheme, size: CGSize, transition: ComponentTransition) {
|
||||
let params = Params(theme: theme, size: size)
|
||||
if self.params != params {
|
||||
self.iconView.tintColor = params.theme.chat.inputPanel.inputControlColor
|
||||
self.iconView.tintColor = params.theme.chat.inputPanel.panelControlColor
|
||||
self.params = params
|
||||
self.updateImpl(params: params, transition: transition)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user