diff --git a/projects/common/components/ui-elements/drop-list.component.ts b/projects/common/components/ui-elements/drop-list.component.ts index 2f0bea40e2ca77c8115d7da314b87ec54a556b2c..d4c56e91894876e939888b386a2d3f8d879ab1ba 100644 --- a/projects/common/components/ui-elements/drop-list.component.ts +++ b/projects/common/components/ui-elements/drop-list.component.ts @@ -53,7 +53,7 @@ import { DragNDropValueObject, DropListElement } from '../../interfaces/elements <div class="item text-item" *ngIf="!value.imgSrcValue" cdkDrag [ngClass]="{ 'vertical-orientation' : elementModel.orientation === 'vertical', 'horizontal-orientation' : elementModel.orientation === 'horizontal'}" - [style.background-color]="elementModel.itemBackgroundColor" + [style.background-color]="elementModel.styling.itemBackgroundColor" (cdkDragStarted)=dragStart() (cdkDragEnded)="dragEnd()"> <div *cdkDragPreview [style.font-size.px]="elementModel.styling.fontSize"