app/components/workflow/nodes/variable-assigner/components/add-variable/index.tsx
@@ -61,16 +61,16 @@ <div className={cn( 'group/addvariable flex items-center justify-center', 'h-4 w-4 cursor-pointer', 'w-4 h-4 cursor-pointer', 'hover:rounded-full hover:bg-primary-600', open && '!rounded-full !bg-primary-600', )} > <Plus02 className={cn( 'h-2.5 w-2.5 text-text-tertiary', 'group-hover/addvariable:text-text-primary', open && '!text-text-primary', 'w-2.5 h-2.5 text-gray-500', 'group-hover/addvariable:text-white', open && '!text-white', )} /> </div>