[agent-pipeline] pipe-20260317084014-ydap round-1
This commit is contained in:
@@ -3981,8 +3981,8 @@ export const SplitPanelLayoutComponent: React.FC<SplitPanelLayoutComponentProps>
|
||||
className={cn(
|
||||
"px-3 py-1 text-sm font-medium transition-colors",
|
||||
activeTabIndex === 0
|
||||
? "text-foreground border-b-2 border-primary"
|
||||
: "text-muted-foreground hover:text-foreground"
|
||||
? "text-primary border-b-2 border-primary font-semibold bg-primary/5"
|
||||
: "text-foreground/70 hover:text-foreground hover:bg-muted/30"
|
||||
)}
|
||||
>
|
||||
{componentConfig.rightPanel?.title || "기본"}
|
||||
@@ -3994,8 +3994,8 @@ export const SplitPanelLayoutComponent: React.FC<SplitPanelLayoutComponentProps>
|
||||
className={cn(
|
||||
"px-3 py-1 text-sm font-medium transition-colors",
|
||||
activeTabIndex === index + 1
|
||||
? "text-foreground border-b-2 border-primary"
|
||||
: "text-muted-foreground hover:text-foreground"
|
||||
? "text-primary border-b-2 border-primary font-semibold bg-primary/5"
|
||||
: "text-foreground/70 hover:text-foreground hover:bg-muted/30"
|
||||
)}
|
||||
>
|
||||
{tab.label || `탭 ${index + 1}`}
|
||||
|
||||
Reference in New Issue
Block a user