Skip to content

Commit 631878b

Browse files
psychedelicioushipsterusername
authored andcommitted
feat(ui): border radius on canvas
1 parent 7a5399e commit 631878b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/controlLayers/components/StageComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export const StageComponent = memo(({ asPreview = false }: Props) => {
239239
return (
240240
<Flex overflow="hidden" w="full" h="full">
241241
<Flex ref={wrapperRef} w="full" h="full" alignItems="center" justifyContent="center">
242-
<Flex ref={containerRef} tabIndex={-1} bg="base.850" />
242+
<Flex ref={containerRef} tabIndex={-1} bg="base.850" borderRadius="base" overflow="hidden" />
243243
</Flex>
244244
</Flex>
245245
);

0 commit comments

Comments
 (0)