feat: update WorkflowNodeIcon background color for improved visibility
This commit is contained in:
@@ -135,7 +135,7 @@ export function WorkflowConfigPanel({
|
||||
<WorkflowNodeIcon
|
||||
icon={panelIcon}
|
||||
size="sm"
|
||||
className="rounded-md bg-[#2575FC] text-white shadow-none"
|
||||
className="rounded-md shadow-none"
|
||||
/>
|
||||
<div className="min-w-0 flex-1">
|
||||
<Input
|
||||
|
||||
@@ -18,7 +18,7 @@ export function WorkflowNodeIcon({
|
||||
return (
|
||||
<span
|
||||
className={cn(
|
||||
"flex shrink-0 items-center justify-center rounded-lg bg-muted text-muted-foreground shadow-sm",
|
||||
"flex shrink-0 items-center justify-center rounded-lg bg-[#2575FC] text-white shadow-sm",
|
||||
size === "md" ? "size-7" : "size-6",
|
||||
className
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user