Skip to content
Snippets Groups Projects
Commit 64ef0e4b authored by jojohoch's avatar jojohoch
Browse files

[rich-text-editor] Set default font color to black

#612
parent 9d6489ca
No related branches found
No related tags found
No related merge requests found
Pipeline #54930 passed
......@@ -48,7 +48,7 @@ export class RichTextEditorComponent implements OnInit, AfterViewInit {
@Input() clozeMode: boolean = false;
@Output() contentChange = new EventEmitter<string | Record<string, any>>();
selectedFontColor = 'lightgrey';
selectedFontColor = 'black';
selectedHighlightColor = 'lightgrey';
selectedAnchorColor = '#adff2f';
selectedAnchorIdText = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment