From 4dad31f6eb60a411e1922611956a4189aaf1c7a0 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Tue, 18 Jul 2023 16:47:15 +0200 Subject: [PATCH] Fix colors --- .../ShareWithPeersScreen/Sources/ShareWithPeersScreen.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submodules/TelegramUI/Components/ShareWithPeersScreen/Sources/ShareWithPeersScreen.swift b/submodules/TelegramUI/Components/ShareWithPeersScreen/Sources/ShareWithPeersScreen.swift index 2b5efec6ca..a94bb8f429 100644 --- a/submodules/TelegramUI/Components/ShareWithPeersScreen/Sources/ShareWithPeersScreen.swift +++ b/submodules/TelegramUI/Components/ShareWithPeersScreen/Sources/ShareWithPeersScreen.swift @@ -2023,7 +2023,7 @@ public class ShareWithPeersScreen: ViewControllerComponentContainer { id: .contacts, title: presentationData.strings.Story_Privacy_CategoryContacts, icon: "Chat List/Tabs/IconContacts", - iconColor: .yellow, + iconColor: .violet, actionTitle: contactsSubtitle )) @@ -2063,7 +2063,7 @@ public class ShareWithPeersScreen: ViewControllerComponentContainer { id: .selectedContacts, title: presentationData.strings.Story_Privacy_CategorySelectedContacts, icon: "Chat List/Filters/Group", - iconColor: .violet, + iconColor: .yellow, actionTitle: selectedContactsSubtitle ))