terry-staging #11

Merged
terry merged 37 commits from terry-staging into main 2026-05-29 19:29:58 +00:00
Showing only changes of commit 8610ac521e - Show all commits

View File

@@ -26,7 +26,7 @@ export function FilterChips({ type, onTypeChange }: FilterChipsProps) {
"relative flex h-[52px] shrink-0 items-center whitespace-nowrap px-3 pb-4 pt-3 text-[15px] leading-6 outline-none transition-colors md:h-auto md:px-1 md:py-3 md:leading-none", "relative flex h-[52px] shrink-0 items-center whitespace-nowrap px-3 pb-4 pt-3 text-[15px] leading-6 outline-none transition-colors md:h-auto md:px-1 md:py-3 md:leading-none",
"border-b-0 md:border-b-2", "border-b-0 md:border-b-2",
active active
? "border-ark-gold font-medium text-white md:text-ark-gold" ? "border-ark-gold font-medium text-ark-gold"
: "border-transparent text-[#97989A] hover:text-ark-gold/80 md:text-neutral-400", : "border-transparent text-[#97989A] hover:text-ark-gold/80 md:text-neutral-400",
].join(" "); ].join(" ");