|
|
|
@ -159,9 +159,10 @@ const DishList: React.FC = () => { |
|
|
|
|
))} |
|
|
|
|
{/* </List> */} |
|
|
|
|
</div> |
|
|
|
|
<div style={{width: "100%", position: "fixed", left: "50%", transform: 'translateX(-50%)', bottom: "20px"}}> |
|
|
|
|
<Button variant='contained' sx={{width: "60%", height: "60px",
|
|
|
|
|
fontSize: "40px", left: "50%", transform: 'translateX(-50%)' }}
|
|
|
|
|
<div style={{width: "100%", position: "fixed", left: "50%", transform: 'translateX(-50%)', bottom: "64px"}}> |
|
|
|
|
<Button variant='contained' sx={{ |
|
|
|
|
width: "60%",
|
|
|
|
|
fontSize: "24px", left: "50%", transform: 'translateX(-50%)' }}
|
|
|
|
|
color="primary" |
|
|
|
|
onClick={() => navigate('/add1')} |
|
|
|
|
> |
|
|
|
|