mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
refactor: use muted insteadof secondary for fancyS
This commit is contained in:
@@ -123,8 +123,8 @@ const LearningTab = React.memo(() => {
|
|||||||
handleTabChange(value as string)
|
handleTabChange(value as string)
|
||||||
}}
|
}}
|
||||||
options={ALL_STATES}
|
options={ALL_STATES}
|
||||||
className="bg-secondary flex rounded-lg"
|
className="bg-muted flex rounded-lg"
|
||||||
highlighterClassName="bg-secondary-foreground/10 rounded-lg"
|
highlighterClassName="bg-muted-foreground/10 rounded-md"
|
||||||
radioClassName={cn(
|
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"
|
"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"
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user