From a96c510dd67da2e628e56a4376429327d729817a Mon Sep 17 00:00:00 2001 From: nuc Date: Sun, 1 Feb 2026 23:53:55 +0000 Subject: [PATCH] Update tab styling to match whyrating-brand Change from underline-style tabs to rounded-top pill tabs: - Use bg-slate-100/dark:bg-stone-800 for active state - Remove border-b-2 underline in favor of rounded-t-lg - Match px-5 py-3 padding from brand site Co-Authored-By: Claude Opus 4.5 --- src/components/Header.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index ccf4cab..9759072 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -70,15 +70,15 @@ export function Header({ activeTab, onTabChange, tabs }: HeaderProps) { {/* Tabs */} -