Skip to content

Commit

Permalink
fix: bg typo in variable aggregator node (#11376)
Browse files Browse the repository at this point in the history
  • Loading branch information
YIXIAO0 authored Dec 5, 2024
1 parent 376726c commit 6180762
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const NodeVariableItem = ({
const { t } = useTranslation()
return (
<div className={cn(
'relative flex items-center p-[3px] pl-[5px] gap-1 self-stretch rounded-md bg-workflow-block-param-bg',
'relative flex items-center p-[3px] pl-[5px] gap-1 self-stretch rounded-md bg-workflow-block-parma-bg',
showBorder && '!bg-black/[0.02]',
className,
)}>
Expand Down

0 comments on commit 6180762

Please sign in to comment.