Update RightSidebar.tsx

This commit is contained in:
Hristo Nedelkov 2023-10-17 13:32:16 +03:00
parent 66cfccb6d0
commit ec61704762

View File

@ -12,12 +12,13 @@ const RightSidebar = () => {
return ( return (
<YStack <YStack
width={'250px'}
space={'$4'} space={'$4'}
minHeight={'100vh'} maxHeight={'100vh'}
minWidth={'12vw'} backgroundColor={'#FFF'}
background={'#FFF'}
style={{ padding: '8px', border: '1px solid #F0F2F5' }} style={{ padding: '8px', border: '1px solid #F0F2F5' }}
position="fixed-end"
> >
<XStack alignItems="center"> <XStack alignItems="center">
<Avatar type="user" size={32} name="Etherium Mainnet" /> <Avatar type="user" size={32} name="Etherium Mainnet" />