changed separator

This commit is contained in:
Lucas Oliveira 2023-07-11 22:53:41 -03:00
commit fcfe927255

View file

@ -17,7 +17,7 @@ const Separator = React.forwardRef<
decorative={decorative}
orientation={orientation}
className={cn(
"shrink-0 bg-border",
"shrink-0 bg-ring/40",
orientation === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]",
className
)}