diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/TrackRecordingViewController.swift b/iphone/Maps/Classes/CustomViews/MapViewControls/TrackRecordingViewController.swift index 8644d58e50..a4385108aa 100644 --- a/iphone/Maps/Classes/CustomViews/MapViewControls/TrackRecordingViewController.swift +++ b/iphone/Maps/Classes/CustomViews/MapViewControls/TrackRecordingViewController.swift @@ -71,7 +71,7 @@ final class TrackRecordingViewController: MWMViewController { view.translatesAutoresizingMaskIntoConstraints = false view.addSubview(button) - button.setStyle(.trackRecordingWidgetButton) + button.setStyleAndApply(.trackRecordingWidgetButton) button.tintColor = Constants.color.darker button.translatesAutoresizingMaskIntoConstraints = false button.setImage(UIImage(resource: .icMenuBookmarkTrackRecording), for: .normal)