MCEmojiPicker icon indicating copy to clipboard operation
MCEmojiPicker copied to clipboard

Custom dark mode

Open shervinkoushan opened this issue 10 months ago • 0 comments

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
)

shervinkoushan avatar Apr 12 '24 20:04 shervinkoushan