fix: add some white space between label and component

This commit is contained in:
Ivana Andersson 2023-08-18 11:27:18 +03:00
parent faad444ed4
commit 4c622e51ab
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
.input-container {
background-color: #fff;
border-radius: 12px;
margin-top: 8px;
}

View File

@ -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>