mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +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 { Label, Separator, XStack, YStack } from 'tamagui'
|
||||||
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
|
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
|
||||||
import Titles from '../../components/General/Titles'
|
import Titles from '../../components/General/Titles'
|
||||||
|
|
||||||
import LabelInputField from '../../components/General/LabelInputField'
|
import LabelInputField from '../../components/General/LabelInputField'
|
||||||
import Header from '../../components/General/Header'
|
import Header from '../../components/General/Header'
|
||||||
import { NodeIcon } from '@status-im/icons'
|
import { NodeIcon } from '@status-im/icons'
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
import { useState } from 'react'
|
import { useState } from 'react'
|
||||||
import { Button as StatusButton, Text, Avatar, Checkbox } from '@status-im/components'
|
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 { Label, Separator, XStack, YStack } from 'tamagui'
|
||||||
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
|
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
|
||||||
|
import Header from '../../components/General/Header'
|
||||||
import Titles from '../../components/General/Titles'
|
import Titles from '../../components/General/Titles'
|
||||||
import LabelInputField from '../../components/General/LabelInputField'
|
import LabelInputField from '../../components/General/LabelInputField'
|
||||||
import ColorPicker from '../../components/General/ColorPicker'
|
import ColorPicker from '../../components/General/ColorPicker'
|
||||||
import Header from '../../components/General/Header'
|
|
||||||
import { NodeIcon, ReactionIcon } from '@status-im/icons'
|
|
||||||
|
|
||||||
const CreateLocalNodePage = () => {
|
const CreateLocalNodePage = () => {
|
||||||
const [autoConnectChecked, setAutoConnectChecked] = useState(false)
|
const [autoConnectChecked, setAutoConnectChecked] = useState(false)
|
||||||
@ -31,12 +31,7 @@ const CreateLocalNodePage = () => {
|
|||||||
</Text>
|
</Text>
|
||||||
<XStack my={10}>
|
<XStack my={10}>
|
||||||
<Avatar type="account" size={80} name="Device Avatar" />
|
<Avatar type="account" size={80} name="Device Avatar" />
|
||||||
<Avatar
|
<Avatar type="icon" size={32} icon={<ReactionIcon size={20} />} />
|
||||||
type="icon"
|
|
||||||
size={32}
|
|
||||||
icon={<ReactionIcon size={20} />}
|
|
||||||
backgroundColor={'white'}
|
|
||||||
/>
|
|
||||||
</XStack>
|
</XStack>
|
||||||
</YStack>
|
</YStack>
|
||||||
<YStack>
|
<YStack>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user