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