mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Chat-specific theme improvements
This commit is contained in:
@@ -707,7 +707,7 @@ class LocationPinAnnotationView: MKAnnotationView {
|
||||
|
||||
var arguments: VenueIconArguments?
|
||||
if let annotation = self.annotation as? LocationPinAnnotation {
|
||||
arguments = VenueIconArguments(defaultForegroundColor: annotation.theme.chat.inputPanel.actionControlForegroundColor)
|
||||
arguments = VenueIconArguments(defaultBackgroundColor: annotation.theme.chat.inputPanel.actionControlFillColor, defaultForegroundColor: annotation.theme.chat.inputPanel.actionControlForegroundColor)
|
||||
}
|
||||
|
||||
let iconLayout = self.iconNode.asyncLayout()
|
||||
|
||||
Reference in New Issue
Block a user