feat(dragable node): update from figma text

This commit is contained in:
Hristo Nedelkov 2024-03-11 11:43:38 +02:00
parent 75191deffb
commit e845525ee1
2 changed files with 5 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import {
} from '@status-im/icons'
import { YStack } from 'tamagui'
import { useSelector } from 'react-redux'
//import { Tooltip } from '@status-im/components'
import LeftSidebarIconButton from './LeftSidebarIconButton'
const LeftSidebar = () => {

View File

@ -69,7 +69,7 @@ const DraggableNode = ({
</XStack>
<Tooltip>
<Tooltip.Trigger>
<Stack padding="3px">
<Stack padding="3px" cursor='pointer'>
<ChevronRightIcon size={20} />
</Stack>
</Tooltip.Trigger>
@ -83,6 +83,9 @@ const DraggableNode = ({
<Text size={15} weight="semibold">
Host Name
</Text>
<Text size={13} weight="semibold">
6 active Validator
</Text>
</YStack>
</XStack>
</Tooltip.Content>