diff --git a/frontend/src/components/RecipesView.vue b/frontend/src/components/RecipesView.vue index 2b2fce4..b6bc2fb 100644 --- a/frontend/src/components/RecipesView.vue +++ b/frontend/src/components/RecipesView.vue @@ -59,9 +59,9 @@
- The AI will freestyle recipes from whatever you have. Results can be unusual — that's part of the fun. + The AI will freestyle recipes from whatever you have. Results can be unusual — that's part of the fun.
@@ -82,10 +82,12 @@ + Press Enter or comma to add each item. @@ -104,10 +106,12 @@ + Press Enter or comma to add. Allergies are hard exclusions — no recipes containing these will appear. diff --git a/frontend/src/theme.css b/frontend/src/theme.css index 6f99449..63de6ed 100644 --- a/frontend/src/theme.css +++ b/frontend/src/theme.css @@ -407,6 +407,13 @@ font-family: var(--font-body); } +.form-hint { + display: block; + margin-top: var(--spacing-xs); + font-size: var(--font-size-sm); + color: var(--color-text-secondary); +} + .form-row { display: grid; gap: var(--spacing-md);