diff --git a/src/app/page/component/content-text/content-text.component.ts b/src/app/page/component/content-text/content-text.component.ts index 34b9f650..c7ef4918 100644 --- a/src/app/page/component/content-text/content-text.component.ts +++ b/src/app/page/component/content-text/content-text.component.ts @@ -70,8 +70,9 @@ export class ContentTextComponent implements OnChanges { ) ? 'underline' : '', - 'text-align': this.text.textAlign.name || '', - color: this.text.textColor || '' + 'text-align': this.text.textAlign.name || '' + // Do not use color for now since we don't want to support desktop and mobile colors + // color: this.text.textColor || '' }; this.textColor = this.text?.textColor || null;