diff --git a/client/public/index.html b/client/public/index.html index 598c9fd..595a9c9 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -15,7 +15,7 @@ MealPlanner - +
diff --git a/client/src/components/calendar/IngredientModal.js b/client/src/components/calendar/IngredientModal.js index df9b871..1f8f367 100644 --- a/client/src/components/calendar/IngredientModal.js +++ b/client/src/components/calendar/IngredientModal.js @@ -22,7 +22,7 @@ export default function IngredientModal (props) { contentLabel="Ingredients Modal" >
- My Ingredients: + My Ingredients:
diff --git a/client/src/components/calendar/ListModal.css b/client/src/components/calendar/ListModal.css index 49093b3..cbbec86 100644 --- a/client/src/components/calendar/ListModal.css +++ b/client/src/components/calendar/ListModal.css @@ -42,6 +42,10 @@ summary:hover { height: 2.5em; } +.modalHeader h2 { + font-size: 2.125rem; +} + @media only screen and (max-width: 778px) { .modalHeader h4 { font-size: 1.7rem; diff --git a/client/src/components/calendar/ListModal.js b/client/src/components/calendar/ListModal.js index d5749f4..9e231b1 100644 --- a/client/src/components/calendar/ListModal.js +++ b/client/src/components/calendar/ListModal.js @@ -21,7 +21,7 @@ export default function ListModal (props) { contentLabel='List Modal' >
- Meals for {props.date.toDateString()}: + Meals for {props.date.toDateString()}:
{getModalBody(props, meals, setShowMeals, setMeals, setLoadMeals)}
- Add a meal for {props.date.toDateString()} + Add a meal for {props.date.toDateString()}
handleSubmit(event, props, mealName, mealNum, ingredients, description)}> - setMealName(event.target.value)} required /> + setMealName(event.target.value)} required /> - setMealNum(event.target.value)} required> Breakfast Lunch Dinner @@ -42,7 +43,7 @@ export default function MealModal (props) { - Ingredients: + Ingredients: handleAddIngredient(event, ingredients, setIngredients)}>Add Ingredient - setDescription(event.target.value)} /> + setDescription(event.target.value)} />
diff --git a/client/src/components/calendar/ReuseModal.js b/client/src/components/calendar/ReuseModal.js index f1796cf..ceee539 100644 --- a/client/src/components/calendar/ReuseModal.js +++ b/client/src/components/calendar/ReuseModal.js @@ -10,8 +10,7 @@ export default function ReuseModal (props) { open={props.open} onClose={props.handleClose} scroll='paper' - aria-labelledby="reuse-dialog-title" - aria-describedby="reuse-dialog-description" + aria-label="reuse previous meals" > Select Meal @@ -37,11 +36,11 @@ export default function ReuseModal (props) { - Meal + Meal