diff --git a/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift b/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift index 0847d2ba7c..f2a90f146e 100644 --- a/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift +++ b/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift @@ -817,7 +817,7 @@ struct EmojiPickerView: UIViewControllerRepresentable { } func makeUIViewController(context: Context) -> UIViewController { - let config = ElegantConfiguration(showRandom: false, showReset: false, defaultSkinTone: .Light) + let config = ElegantConfiguration(showRandom: false, showReset: true, showClose: false) let picker = ElegantEmojiPicker(delegate: context.coordinator, configuration: config) picker.presentationController?.delegate = context.coordinator