Skip to content

Commit 18e70b7

Browse files
committed
feat(grid): add missed underscore
1 parent 0d1e3d7 commit 18e70b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/cell.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export class IgxGridCellComponent implements OnInit, OnChanges, OnDestroy {
287287
return this.editMode || this.cellTemplate ? '' : this.value;
288288
}
289289

290-
@HostBinding('class.igx-grid_td--bool-true')
290+
@HostBinding('class.igx-grid__td--bool-true')
291291
public get booleanClass() {
292292
return this.column.dataType === 'boolean' && this.value;
293293
}

0 commit comments

Comments
 (0)