diff --git a/components/ui/separator.tsx b/components/ui/separator.tsx index 12d81c4..22dd1f0 100644 --- a/components/ui/separator.tsx +++ b/components/ui/separator.tsx @@ -19,7 +19,7 @@ const Separator = React.forwardRef< orientation={orientation} className={cn( "shrink-0 bg-border", - orientation === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]", + orientation === "horizontal" ? "h-[3px] w-full" : "h-full w-[1px]", className )} {...props}