docs: refine UI components and styling

This commit is contained in:
Bereket Engida
2025-03-08 22:09:19 +03:00
parent 970918cb45
commit dd31d6c9e3
6 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ export const AuthTabs = ({
zIndex: -idx,
opacity: idx < 3 ? 1 - idx * 0.1 : 0,
}}
className={cn("w-50 h-full", isActive(tab) ? "" : "hidden")}
className={cn("h-full", isActive(tab) ? "" : "hidden")}
>
{tab.content}
</div>