Skip to content

Commit

Permalink
[sparkle] - fix: adjust sorting icon position in DataTable
Browse files Browse the repository at this point in the history
 - Change the margin and width of the sorting icons for better alignment within table headers
  • Loading branch information
Jules authored and Jules committed Aug 1, 2024
1 parent eb8d4b3 commit c6edb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparkle/src/components/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function DataTable<TData, TValue>({
: ArrowDownIcon
}
className={classNames(
"s-h-4 s-w-3 s-font-extralight",
"s-ml-1 s-w-2.5 s-font-extralight",
header.column.getIsSorted()
? "s-opacity-100"
: "s-opacity-0"
Expand Down

0 comments on commit c6edb2b

Please sign in to comment.