emoji picker improvements

This commit is contained in:
Diogo
2024-12-16 23:27:21 +00:00
parent 79ea2e1c69
commit e01cc93026
@@ -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