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
I have a query regarding highlight text props for extraMarkers, how do I also change the text style like for the below code, I also change the text color from black to white.
Hi @farhoudshapouran Thanks for the great library.
I have a query regarding highlight text props for extraMarkers, how do I also change the text style like for the below code, I also change the text color from black to white.
const extraMarkers = new Highlight({ keywords: ['user interface', 'highlight'], style: { backgroundColor: '#F7DB6A' }, });
The text was updated successfully, but these errors were encountered: