fix: fixed client table spacing

This commit is contained in:
2025-10-04 19:25:28 +04:00
parent e9bfd39ab4
commit 50ade0e832

View File

@ -22,7 +22,7 @@ const ClientsTable: FC = () => {
withTableBorder
records={clients}
columns={columns}
verticalSpacing={"xs"}
verticalSpacing={"md"}
mx={isMobile ? "xs" : 0}
groups={undefined}
/>