mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 15:15:04 +08:00
changed separator
This commit is contained in:
@ -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
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user