From b9b61ef423a339973e6454f93dd278b09be3bfb0 Mon Sep 17 00:00:00 2001 From: Aslam H Date: Sun, 8 Sep 2024 06:09:21 +0700 Subject: [PATCH] refactor: use muted insteadof secondary for fancyS --- web/components/routes/link/header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/routes/link/header.tsx b/web/components/routes/link/header.tsx index 527894db..6a7a2ed2 100644 --- a/web/components/routes/link/header.tsx +++ b/web/components/routes/link/header.tsx @@ -123,8 +123,8 @@ const LearningTab = React.memo(() => { handleTabChange(value as string) }} options={ALL_STATES} - className="bg-secondary flex rounded-lg" - highlighterClassName="bg-secondary-foreground/10 rounded-lg" + className="bg-muted flex rounded-lg" + highlighterClassName="bg-muted-foreground/10 rounded-md" radioClassName={cn( "relative mx-2 flex h-8 cursor-pointer items-center justify-center rounded-full px-1 text-sm text-secondary-foreground/60 data-[checked]:text-secondary-foreground font-medium transition-colors focus:outline-none" )}