izyumkin / MCEmojiPicker

👻 EmojiPicker. Emoji picker for iOS like on macOS. With SwiftUI support.
MIT License
286 stars 39 forks source link

Custom dark mode #36

Open shervinkoushan opened 7 months ago

shervinkoushan commented 7 months ago

Hi, thanks for creating this!

It would be great if we could specify light/dark mode in addition to the current properties:

MCEmojiPickerRepresentableController(
    isPresented: $isPresented,
    selectedEmoji: $selectedEmoji,
    arrowDirection: .up,
    customHeight: 380.0,
    horizontalInset: .zero,
    isDismissAfterChoosing: true,
    selectedEmojiCategoryTintColor: .systemBlue,
    feedBackGeneratorStyle: .light
)