Skip to content

Commit e8d46fc

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 9cfc8bc + ca0582e commit e8d46fc

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

invokeai/frontend/web/src/features/nodes/components/flow/nodes/common/NodeWrapper.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const NodeWrapper = (props: NodeWrapperProps) => {
7070
onMouseOut={mouseOverNode.handleMouseOut}
7171
className={DRAG_HANDLE_CLASSNAME}
7272
sx={containerSx}
73+
borderRadius="base"
7374
width={width || NODE_WIDTH}
7475
opacity={opacity}
7576
data-is-selected={selected}

invokeai/frontend/web/src/features/nodes/components/flow/nodes/common/shared.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import type { SystemStyleObject } from '@invoke-ai/ui-library';
66
export const containerSx: SystemStyleObject = {
77
h: 'full',
88
position: 'relative',
9-
borderRadius: 'inherit',
109
transitionProperty: 'none',
1110
cursor: 'grab',
1211
'--border-color': 'var(--invoke-colors-base-500)',

0 commit comments

Comments
 (0)