From d107bce92e1d6ad3c30431ab5a600793f381938e Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 13 Jul 2026 07:13:39 +0200 Subject: [PATCH] fix: recipe-ideas banner buttons clashed with the violet gradient background MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Get ideas" used variant="secondary" (flat grey) and "Surprise me" was variant="ghost" (no background at all) — both sat awkwardly on the violet/indigo gradient section. Restyled to match: solid violet for the primary action, violet-outlined for the secondary. (Also answering the "what's the difference" question inline: "Get ideas" generates from whatever you typed in the box; "Surprise me" ignores the box and picks a random prompt from a fixed list, filling the box and generating immediately.) --- apps/web/components/search/explore-page-content.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/web/components/search/explore-page-content.tsx b/apps/web/components/search/explore-page-content.tsx index 92a6d6f..8f8099a 100644 --- a/apps/web/components/search/explore-page-content.tsx +++ b/apps/web/components/search/explore-page-content.tsx @@ -349,7 +349,11 @@ export function ExplorePageContent({ trending, recent, initialQuery, initialTab placeholder={t("aiSearchPlaceholder")} className="bg-background" /> -