terry-staging #11
@@ -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(" ");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user