mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Fix colors
This commit is contained in:
parent
37f281dd40
commit
4dad31f6eb
@ -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
|
||||
))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user