mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 01:23:33 +00:00
feat(dragable node): update from figma text
This commit is contained in:
parent
75191deffb
commit
e845525ee1
@ -10,7 +10,7 @@ import {
|
|||||||
} from '@status-im/icons'
|
} from '@status-im/icons'
|
||||||
import { YStack } from 'tamagui'
|
import { YStack } from 'tamagui'
|
||||||
import { useSelector } from 'react-redux'
|
import { useSelector } from 'react-redux'
|
||||||
|
//import { Tooltip } from '@status-im/components'
|
||||||
import LeftSidebarIconButton from './LeftSidebarIconButton'
|
import LeftSidebarIconButton from './LeftSidebarIconButton'
|
||||||
|
|
||||||
const LeftSidebar = () => {
|
const LeftSidebar = () => {
|
||||||
|
@ -69,7 +69,7 @@ const DraggableNode = ({
|
|||||||
</XStack>
|
</XStack>
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
<Tooltip.Trigger>
|
<Tooltip.Trigger>
|
||||||
<Stack padding="3px">
|
<Stack padding="3px" cursor='pointer'>
|
||||||
<ChevronRightIcon size={20} />
|
<ChevronRightIcon size={20} />
|
||||||
</Stack>
|
</Stack>
|
||||||
</Tooltip.Trigger>
|
</Tooltip.Trigger>
|
||||||
@ -83,6 +83,9 @@ const DraggableNode = ({
|
|||||||
<Text size={15} weight="semibold">
|
<Text size={15} weight="semibold">
|
||||||
Host Name
|
Host Name
|
||||||
</Text>
|
</Text>
|
||||||
|
<Text size={13} weight="semibold">
|
||||||
|
6 active Validator
|
||||||
|
</Text>
|
||||||
</YStack>
|
</YStack>
|
||||||
</XStack>
|
</XStack>
|
||||||
</Tooltip.Content>
|
</Tooltip.Content>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user