We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad3384 commit 3c1ba18Copy full SHA for 3c1ba18
src/components/table/sortable-header/sortable-header.js
@@ -91,7 +91,7 @@ const SortableHeader = props => {
91
{isArrowDown ? (
92
<AngleDownIcon size="medium" color="surface" />
93
) : (
94
- <AngleUpIcon size="medium" theme="neutral60" />
+ <AngleUpIcon size="medium" color="neutral60" />
95
)}
96
</Span>
97
</Container>
0 commit comments