minor styling

This commit is contained in:
Carter 2025-05-22 12:40:56 -06:00
parent c058b4179c
commit ff6a7096de
2 changed files with 2 additions and 2 deletions

View file

@ -460,7 +460,7 @@ export default function ResponsiveTable<T extends Object>(props: Props<T>) {
onClick={() => !column.disableSort && columnClick(column)}
sx={{ cursor: column.disableSort ? "default" : "pointer" }}
>
<Grid2 container spacing={1}>
<Grid2 container spacing={1} alignItems={"center"}>
{column.title} {showOrderIcon(column)}
</Grid2>
</TableCell>