changed ingredient input

This commit is contained in:
SomnusVeritas
2023-10-17 16:37:39 +02:00
parent 263fe00407
commit 16bf7e4cbc
3 changed files with 126 additions and 61 deletions

View File

@@ -44,7 +44,10 @@ class _CreateRecipeState extends State<CreateRecipe> {
DifficultyDropdown(
onChanged: _onChanged,
),
FloatingActionButton(onPressed: _openIngredientBottomSheet),
ElevatedButton(
onPressed: _openIngredientBottomSheet,
child: const Text('Add Ingredient'),
),
],
),
),