Skip to content

Commit 481b686

Browse files
committed
Remove unnecesary empty parens
1 parent 3c26cf9 commit 481b686

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/webui/src/client/ui/PreviewPopUp/PreviewPopUp.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
margin-left: 2%;
109109
margin-top: 7px;
110110
flex-shrink: 0;
111-
@include itemTypeColors.item-type-colors();
111+
@include itemTypeColors.item-type-colors;
112112
}
113113

114114
.preview-popUp__element-with-time-info__text {
@@ -397,7 +397,7 @@
397397
}
398398

399399
& > * {
400-
@include itemTypeColors.item-type-colors();
400+
@include itemTypeColors.item-type-colors;
401401
}
402402

403403
.video-preview__label {

0 commit comments

Comments
 (0)