mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
fix: changes after merge
This commit is contained in:
parent
8e6fd573ca
commit
24e458aa6f
@ -4,7 +4,6 @@ import { Button as StatusButton, Text, Avatar, Checkbox } from '@status-im/compo
|
||||
import { Label, Separator, XStack, YStack } from 'tamagui'
|
||||
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
|
||||
import Titles from '../../components/General/Titles'
|
||||
|
||||
import LabelInputField from '../../components/General/LabelInputField'
|
||||
import Header from '../../components/General/Header'
|
||||
import { NodeIcon } from '@status-im/icons'
|
||||
|
@ -1,12 +1,12 @@
|
||||
import { useState } from 'react'
|
||||
import { Button as StatusButton, Text, Avatar, Checkbox } from '@status-im/components'
|
||||
import { NodeIcon, ReactionIcon } from '@status-im/icons'
|
||||
import { Label, Separator, XStack, YStack } from 'tamagui'
|
||||
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
|
||||
import Header from '../../components/General/Header'
|
||||
import Titles from '../../components/General/Titles'
|
||||
import LabelInputField from '../../components/General/LabelInputField'
|
||||
import ColorPicker from '../../components/General/ColorPicker'
|
||||
import Header from '../../components/General/Header'
|
||||
import { NodeIcon, ReactionIcon } from '@status-im/icons'
|
||||
|
||||
const CreateLocalNodePage = () => {
|
||||
const [autoConnectChecked, setAutoConnectChecked] = useState(false)
|
||||
@ -31,12 +31,7 @@ const CreateLocalNodePage = () => {
|
||||
</Text>
|
||||
<XStack my={10}>
|
||||
<Avatar type="account" size={80} name="Device Avatar" />
|
||||
<Avatar
|
||||
type="icon"
|
||||
size={32}
|
||||
icon={<ReactionIcon size={20} />}
|
||||
backgroundColor={'white'}
|
||||
/>
|
||||
<Avatar type="icon" size={32} icon={<ReactionIcon size={20} />} />
|
||||
</XStack>
|
||||
</YStack>
|
||||
<YStack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user