fix column sort icon slash size

This commit is contained in:
Sidney Alcantara
2022-05-30 14:06:19 +10:00
parent 33877a1fc5
commit ac097125cb

View File

@@ -109,8 +109,10 @@ export default function ColumnHeaderSort({ column }: IColumnHeaderSortProps) {
},
}}
>
<SortDescIcon className="arrow" />
<IconSlash />
<div style={{ position: "relative" }}>
<SortDescIcon className="arrow" />
<IconSlash />
</div>
</IconButton>
</Tooltip>
);