Skip to content

Commit 61ad2e5

Browse files
committed
fix: sorting icon for table head cell
1 parent b6edd11 commit 61ad2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/head/table-head-cell.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { TableHeaderItem } from "../table-header-item.class";
2222
aria-live="polite"
2323
[ngClass]="{
2424
'cds--table-sort--active': column.sorted,
25-
'cds--table-sort--ascending': column.ascending
25+
'cds--table-sort--descending': column.ascending
2626
}"
2727
(click)="onClick()">
2828
<span

0 commit comments

Comments
 (0)