Skip to content

Commit

Permalink
feat(ui): border radius on canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Apr 30, 2024
1 parent c060481 commit 7b80ad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export const StageComponent = memo(({ asPreview = false }: Props) => {
return (
<Flex overflow="hidden" w="full" h="full">
<Flex ref={wrapperRef} w="full" h="full" alignItems="center" justifyContent="center">
<Flex ref={containerRef} tabIndex={-1} bg="base.850" />
<Flex ref={containerRef} tabIndex={-1} bg="base.850" borderRadius="base" overflow="hidden" />
</Flex>
</Flex>
);
Expand Down

0 comments on commit 7b80ad4

Please sign in to comment.