changed ingredient input
This commit is contained in:
@@ -44,7 +44,10 @@ class _CreateRecipeState extends State<CreateRecipe> {
|
||||
DifficultyDropdown(
|
||||
onChanged: _onChanged,
|
||||
),
|
||||
FloatingActionButton(onPressed: _openIngredientBottomSheet),
|
||||
ElevatedButton(
|
||||
onPressed: _openIngredientBottomSheet,
|
||||
child: const Text('Add Ingredient'),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user