fix(default-panel): position on the right half screen
This commit is contained in:
parent
ee187209d3
commit
d74b9e7157
|
@ -7,7 +7,8 @@ const DefaultPanel = () => {
|
|||
return (
|
||||
<YStack
|
||||
space={'$2'}
|
||||
width={'50%'}
|
||||
width={'100%'}
|
||||
height={'100vh'}
|
||||
justifyContent="center"
|
||||
alignItems="center"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue