Skip to content

Commit 3c1ba18

Browse files
jonnybelemmenko
authored andcommitted
fix(table): sortable header icon color (#943)
1 parent 1ad3384 commit 3c1ba18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/sortable-header/sortable-header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const SortableHeader = props => {
9191
{isArrowDown ? (
9292
<AngleDownIcon size="medium" color="surface" />
9393
) : (
94-
<AngleUpIcon size="medium" theme="neutral60" />
94+
<AngleUpIcon size="medium" color="neutral60" />
9595
)}
9696
</Span>
9797
</Container>

0 commit comments

Comments
 (0)