Skip to content

Commit

Permalink
tweak(ui): workflow linear field styling
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Nov 7, 2024
1 parent 093b6d1 commit 7df8e29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const LinearViewFieldInternal = ({ fieldIdentifier }: Props) => {
<Flex alignItems="center" gap={2}>
<EditableFieldTitle nodeId={fieldIdentifier.nodeId} fieldName={fieldIdentifier.fieldName} kind="inputs" />
<Spacer />
{isMouseOverNode && <Circle size={2} borderRadius="full" bg="invokeBlue.500" />}
{isMouseOverNode && <Circle me={2} size={2} borderRadius="full" bg="invokeBlue.500" />}
{isValueChanged && (
<IconButton
aria-label={t('nodes.resetToDefaultValue')}
Expand Down

0 comments on commit 7df8e29

Please sign in to comment.