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 (
|
return (
|
||||||
<YStack
|
<YStack
|
||||||
space={'$2'}
|
space={'$2'}
|
||||||
width={'50%'}
|
width={'100%'}
|
||||||
|
height={'100vh'}
|
||||||
justifyContent="center"
|
justifyContent="center"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue