feat/delete-item-warehouse (#78)

Delete item
Delete warehouse
Delete confirmation messages
Bonus: Full cover image

Co-authored-by: Llewellyn Dsouza <lledsouza2209@gmail.com>
This commit is contained in:
bluestreamlds
2022-03-04 16:27:53 +05:30
committed by GitHub
parent 5381f7d727
commit 8cccf1f034
11 changed files with 258 additions and 13 deletions

View File

@@ -38,6 +38,7 @@ function AuthLayout({ header, title, description, illustration, children }) {
mt={2}
sx={{
backgroundImage: `url(${illustration})`,
backgroundSize: 'cover',
backgroundRepeat: 'no-repeat',
backgroundPosition: 'center'
}}