mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
chore(demo): migrate to tailwind v4 (#4855)
This commit is contained in:
@@ -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,
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user