Skip to content

Commit

Permalink
Feat: ORV2-1930 Update company button spacing (#1182)
Browse files Browse the repository at this point in the history
Co-authored-by: cberg-aot <[email protected]>
  • Loading branch information
erikataot and cberg-aot authored Feb 12, 2024
1 parent 1df6f9a commit 5e1f68d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,11 @@ export const IDIRCompanySearchResults = memo(
{data?.items?.length !== 0 && <MaterialReactTable table={table} />}
{data?.items?.length === 0 &&
<>
<Stack style={{ width: "900px" }} spacing={2}>
<Stack
display="flex"
justifyContent="center"
alignItems="center"
>
<NoRecordsFound />
<Box
className="create-company-btn"
Expand Down

0 comments on commit 5e1f68d

Please sign in to comment.