How to change the default WYSIWYG in Strapi to Quill Editor

You might also want to set a background for a wrapper div since it won’t work for dark mode :slight_smile:

    <div style={{ background: 'white' }}>
      <ReactQuill
        theme="snow"
        value={value}

I think strapi core package should export theme context so that we can access theme from extensions.

1 Like