fix(default-panel): position on the right half screen

This commit is contained in:
RadoslavDimchev 2024-03-23 17:46:26 +02:00 committed by Emil Ivanichkov
parent ee187209d3
commit d74b9e7157
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ const DefaultPanel = () => {
return (
<YStack
space={'$2'}
width={'50%'}
width={'100%'}
height={'100vh'}
justifyContent="center"
alignItems="center"
>