diff --git a/src/components/ui/separator.tsx b/src/components/custom-ui/separator.tsx similarity index 69% rename from src/components/ui/separator.tsx rename to src/components/custom-ui/separator.tsx index 39eb020..3b4f1ef 100644 --- a/src/components/ui/separator.tsx +++ b/src/components/custom-ui/separator.tsx @@ -16,10 +16,7 @@ function Separator({ data-slot='separator-root' decorative={decorative} orientation={orientation} - className={cn( - 'bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px', - className, - )} + className={cn('shrink-0', className)} {...props} /> );