Skip to content
Snippets Groups Projects
Commit 8d059b51 authored by rhenck's avatar rhenck
Browse files

Fix item color in dropList

parent 56c21670
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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