fix: add some white space between label and component
This commit is contained in:
parent
faad444ed4
commit
4c622e51ab
|
@ -1,4 +1,5 @@
|
|||
.input-container {
|
||||
background-color: #fff;
|
||||
border-radius: 12px;
|
||||
margin-top: 8px;
|
||||
}
|
|
@ -38,7 +38,7 @@ const CreateLocalNodePage = () => {
|
|||
<Text size={13} weight="regular" color={'#647084'}>
|
||||
Device Avatar
|
||||
</Text>
|
||||
<XStack>
|
||||
<XStack my={10}>
|
||||
<Avatar type="account" size={80} name="Device Avatar" />
|
||||
<Avatar type="icon" size={32} icon={<ReactionIcon />} backgroundColor={'white'} />
|
||||
</XStack>
|
||||
|
|
Loading…
Reference in New Issue