Skip to content

Dark mode text is black on dark background #231

@dian-kaagman

Description

@dian-kaagman

Captchas

  • I have read the instructions.
  • I have searched existing issues and avoided creating duplicates.
  • I am not filing a question or an enhancement request.

What happened?

Image

To reproduce

  1. Enable dark mode
  2. Add some text to the ck editor field

Setup information

register() {
setPluginConfig({
presets: [
{
...defaultMarkdownPreset,
description: 'B&G Markdown',
name: 'B&G Markdown',
editorConfig: {
...defaultMarkdownPreset.editorConfig,
toolbar: [
'bold',
'italic',
'link',
'bulletedList',
'numberedList',
'|',
'outdent',
'indent',
'|',
'undo',
'redo',
'|',
'sourceEditing',
],
},
},
],
});

Additional context

No response

Metadata

Metadata

Assignees

Labels

issue: bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions