Skip to content

Commit 733d1c8

Browse files
committed
update active to text-accent
1 parent 3d137b4 commit 733d1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gamut/src/DataList/Controls/SortControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const SortIcon = styled(ArrowChevronDownFilledIcon)(
3232
transform: 'rotate(180deg)',
3333
},
3434
active: {
35-
color: 'text',
35+
color: 'text-accent',
3636
},
3737
})
3838
);

0 commit comments

Comments
 (0)