fix: fixed client table spacing
This commit is contained in:
@ -22,7 +22,7 @@ const ClientsTable: FC = () => {
|
|||||||
withTableBorder
|
withTableBorder
|
||||||
records={clients}
|
records={clients}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
verticalSpacing={"xs"}
|
verticalSpacing={"md"}
|
||||||
mx={isMobile ? "xs" : 0}
|
mx={isMobile ? "xs" : 0}
|
||||||
groups={undefined}
|
groups={undefined}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user