langueages
This commit is contained in:
@@ -50,7 +50,7 @@ export function CategoryNav({ categories, activeCategoryId, icons }: CategoryNav
|
||||
onClick={() => scrollTo(cat.id)}
|
||||
className={`
|
||||
flex items-center gap-1.5 whitespace-nowrap px-3 py-1.5 rounded-full
|
||||
text-[11px] font-medium font-sans shrink-0
|
||||
text-[11px] font-semibold font-sans shrink-0 uppercase tracking-widest
|
||||
transition-all duration-200 active:scale-95
|
||||
${active ? "pill-active" : "pill-inactive hover:bg-[rgba(120,90,58,0.14)]"}
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user