Closed igor-sysoev closed 3 years ago
Hi,
I'm using custom decorators with draft.js and now my links don't have any styles on them. Is there some way of setting them manually?
const linkPlugin = createLinkPlugin({ placeholder: "", theme: { link: { color: 'red' } } })
This doesn't work. In fact any option I try setting through there doesn't seem to appear.
@supasus How did you solve the problem?
Hi,
I'm using custom decorators with draft.js and now my links don't have any styles on them. Is there some way of setting them manually?
This doesn't work. In fact any option I try setting through there doesn't seem to appear.