Merge commit '202274073fa5df7a5fbaa4621e3da054a1a0284b' into call-messages

This commit is contained in:
Ilya Laktyushin
2025-09-17 22:05:40 +04:00
154 changed files with 2981 additions and 3156 deletions

View File

@@ -534,7 +534,7 @@ public final class MessageInputActionButtonComponent: Component {
tintColor = UIColor(rgb: 0x0187ee)
}
let buttonSize = CGSize(width: 40.0, height: 40.0)
backgroundView.update(size: buttonSize, cornerRadius: buttonSize.height / 2.0, isDark: true, tintColor: tintColor, transition: transition)
backgroundView.update(size: buttonSize, cornerRadius: buttonSize.height / 2.0, isDark: true, tintColor: .init(kind: .custom, color: tintColor), transition: transition)
backgroundView.frame = CGRect(origin: .zero, size: buttonSize)
}