diff --git a/src/pages/PairDevice/PairDevice.tsx b/src/pages/PairDevice/PairDevice.tsx index fa7b8098..ad4544bb 100644 --- a/src/pages/PairDevice/PairDevice.tsx +++ b/src/pages/PairDevice/PairDevice.tsx @@ -2,7 +2,7 @@ import { Separator, XStack, YStack } from 'tamagui' import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow' import SyncStatus from './SyncStatus' import NimbusLogo from '../../components/Logos/NimbusLogo' -import { Button, Tag } from '@status-im/components' +import { Button, Checkbox, Tag, Text } from '@status-im/components' import PairIcon from '../../components/Icons/PairIcon' import CreateIcon from '../../components/Icons/CreateIcon' import NodeIcon from '../../components/Icons/NodeIcon' @@ -26,6 +26,22 @@ const PairDevice = () => { + + Settings + + + { + console.log('checked') + }} + size={20} + /> + Auto Connect Paired Device + +