From a6dfde33832439d3c122905028e787a47d62e28b Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Thu, 27 Nov 2025 19:34:14 +1000 Subject: [PATCH] fix(ui): correct button text visibility in HeroSection search button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace text-background with text-foreground to ensure button text is visible against the bright accent background color in both light and dark themes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/web/src/components/home/HeroSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/home/HeroSection.tsx b/apps/web/src/components/home/HeroSection.tsx index d234bc5..f152eaf 100644 --- a/apps/web/src/components/home/HeroSection.tsx +++ b/apps/web/src/components/home/HeroSection.tsx @@ -113,7 +113,7 @@ export function HeroSection(): React.ReactElement { {/* Search Button */}