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