add custom search field component
This commit is contained in:
parent
df406b636e
commit
30c138d13f
4 changed files with 84 additions and 9 deletions
|
|
@ -121,7 +121,7 @@ export default function RecipeEditor({ recipe, onSave, onCancel }: RecipeEditorP
|
|||
<h3 className="subsection-heading">Instructions</h3>
|
||||
{/* Instructions */}
|
||||
<textarea
|
||||
className="text-area"
|
||||
className="input-field"
|
||||
placeholder="Instructions"
|
||||
value={draft.instructions}
|
||||
onChange={e => setDraft({ ...draft, instructions: e.target.value })}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue