Work on Create your restaurant and Inventory
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user