feat(ui): fix controlnet image preview alignment

This commit is contained in:
psychedelicious 2023-07-15 20:49:03 +10:00
parent b265956083
commit f7230d07db

View File

@ -176,6 +176,7 @@ const ControlNet = (props: ControlNetProps) => {
h: 28,
w: 28,
aspectRatio: '1/1',
mt: 3,
}}
>
<ControlNetImagePreview controlNetId={controlNetId} height={28} />