We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2854210 commit c37251dCopy full SHA for c37251d
invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/LinearViewField.tsx
@@ -62,7 +62,7 @@ const LinearViewFieldInternal = ({ fieldIdentifier }: Props) => {
62
<Flex alignItems="center" gap={2}>
63
<EditableFieldTitle nodeId={fieldIdentifier.nodeId} fieldName={fieldIdentifier.fieldName} kind="inputs" />
64
<Spacer />
65
- {isMouseOverNode && <Circle size={2} borderRadius="full" bg="invokeBlue.500" />}
+ {isMouseOverNode && <Circle me={2} size={2} borderRadius="full" bg="invokeBlue.500" />}
66
{isValueChanged && (
67
<IconButton
68
aria-label={t('nodes.resetToDefaultValue')}
0 commit comments