You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello , Thanks for the library. i am using it in my app. Can you please tell me how to change the color of mentioned text. It is blue currently. Thank you.
The text was updated successfully, but these errors were encountered:
Configure it when you instantiate your plugin.
HKWMentionsPluginV1.mentionsPlugin(withChooserMode: mode, controlCharacters: controlCharacters, searchLength: 0, unselectedColor: Theme.standard.primary, selectedColor: .red, selectedBackgroundColor: .black)
I am using V2 . Is there any way to do it in HKWMentionsPluginV2 ? there is no method in v2 for unselectedColor: Theme.standard.primary, selectedColor: .red
Hello , Thanks for the library. i am using it in my app. Can you please tell me how to change the color of mentioned text. It is blue currently. Thank you.
The text was updated successfully, but these errors were encountered: