You might also want to set a background for a wrapper div since it won’t work for dark mode 
<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.