feat(branch & warehouse): fix EmptyStatus.

This commit is contained in:
elforjani13
2022-03-06 15:11:04 +02:00
parent 94c88a7003
commit 5c52f80536
8 changed files with 71 additions and 27 deletions

View File

@@ -107,6 +107,7 @@ export const WarehousesList = styled.div`
display: flex;
flex-wrap: wrap;
margin: 15px;
height: 100%;
`;
export const WarehouseBoxRoot = styled.div`