Skip to content

Commit 8753483

Browse files
committed
Update sorting arrows
1 parent ce76833 commit 8753483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/table.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ import { getScrollbarWidth } from "../common/utils";
184184
class="bx--table-sort-v2"
185185
[ngClass]="{
186186
'bx--table-sort-v2--active': column.sorted,
187-
'bx--table-sort-v2--ascending': column.descending
187+
'bx--table-sort-v2--ascending': column.ascending
188188
}"
189189
(click)="sort.emit(i)">
190190
<span *ngIf="!column.template" [title]="column.data">{{column.data}}</span>

0 commit comments

Comments
 (0)