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