Skip to content

Commit f7230d0

Browse files
feat(ui): fix controlnet image preview alignment
1 parent b265956 commit f7230d0

File tree

1 file changed

+1
-0
lines changed
  • invokeai/frontend/web/src/features/controlNet/components

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/features/controlNet/components/ControlNet.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ const ControlNet = (props: ControlNetProps) => {
176176
h: 28,
177177
w: 28,
178178
aspectRatio: '1/1',
179+
mt: 3,
179180
}}
180181
>
181182
<ControlNetImagePreview controlNetId={controlNetId} height={28} />

0 commit comments

Comments
 (0)