Work on Create your restaurant and Inventory

This commit is contained in:
raghad
2025-06-16 23:18:32 +03:00
parent aa9a213676
commit 4a72e96c76
23 changed files with 32974 additions and 10818 deletions
@@ -198,7 +198,7 @@ const TopSellingProduct = ({ data = [] }) => {
color: theme.palette.primary.main,
borderRadius: '8px',
'&.Mui-selected': {
backgroundColor: '#FFB088',
backgroundColor: theme.palette.primary.main,
color: '#fff',
},
'&:hover': {