mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-01 11:50:43 -05:00
fix: removed the tabs border (#3282)
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user