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