chore(demo): migrate to tailwind v4 (#4855)

This commit is contained in:
Alex Yang
2025-09-23 14:50:49 -07:00
committed by GitHub
parent 7cbabaa466
commit 9c1a2719ed
26 changed files with 138 additions and 135 deletions

View File

@@ -40,7 +40,7 @@ export const Tabs = ({
<>
<div
className={cn(
"flex flex-row items-center justify-start mt-0 [perspective:1000px] relative overflow-auto sm:overflow-visible no-visible-scrollbar border-x w-full border-t max-w-max bg-opacity-0",
"flex flex-row items-center justify-start mt-0 perspective-[1000px] relative overflow-auto sm:overflow-visible no-visible-scrollbar border-x w-full border-t max-w-max bg-opacity-0",
containerClassName,
)}
>
@@ -133,7 +133,7 @@ export const FadeInDiv = ({
},
}}
className={cn(
"w-50 h-full",
"w-full h-full",
isActive(tab) ? "" : "hidden",
className,
)}