Skip to content

Commit

Permalink
Update MRT_TableHeadCellSortLabel.tsx (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Volene committed Dec 5, 2023
1 parent ab962a4 commit 62ef9ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const MRT_TableHeadCellSortLabel = <TData extends MRT_RowData>({
? (props) => (
<SyncAltIcon
{...props}
direction={isSorted ? (column.getIsSorted() as 'asc' | 'desc') : undefined}
style={{
transform: 'rotate(-90deg) scaleX(0.9) translateX(-1px)',
}}
Expand Down

1 comment on commit 62ef9ba

@vercel
Copy link

@vercel vercel bot commented on 62ef9ba Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.