fix: removed the tabs border (#3282)

Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
Pratham Chauhan
2024-10-08 16:18:24 +05:30
committed by GitHub
parent ed7662be5d
commit 82a7b2276d
+1 -5
View File
@@ -75,11 +75,7 @@ export const TabBar: React.FC<TabBarProps> = ({
};
return (
<div
className={cn(
"flex h-14 w-full items-center justify-center rounded-t-md border border-slate-200 bg-slate-100",
className
)}>
<div className={cn("flex h-14 w-full items-center justify-center rounded-t-md bg-slate-100", className)}>
<Nav />
</div>
);