Fix colors

This commit is contained in:
Ilya Laktyushin 2023-07-18 16:47:15 +02:00
parent 37f281dd40
commit 4dad31f6eb

View File

@ -2023,7 +2023,7 @@ public class ShareWithPeersScreen: ViewControllerComponentContainer {
id: .contacts, id: .contacts,
title: presentationData.strings.Story_Privacy_CategoryContacts, title: presentationData.strings.Story_Privacy_CategoryContacts,
icon: "Chat List/Tabs/IconContacts", icon: "Chat List/Tabs/IconContacts",
iconColor: .yellow, iconColor: .violet,
actionTitle: contactsSubtitle actionTitle: contactsSubtitle
)) ))
@ -2063,7 +2063,7 @@ public class ShareWithPeersScreen: ViewControllerComponentContainer {
id: .selectedContacts, id: .selectedContacts,
title: presentationData.strings.Story_Privacy_CategorySelectedContacts, title: presentationData.strings.Story_Privacy_CategorySelectedContacts,
icon: "Chat List/Filters/Group", icon: "Chat List/Filters/Group",
iconColor: .violet, iconColor: .yellow,
actionTitle: selectedContactsSubtitle actionTitle: selectedContactsSubtitle
)) ))