fix: icon from paired device card
This commit is contained in:
parent
a59b34e019
commit
d8934a8ceb
|
@ -1,5 +1,5 @@
|
||||||
import { XStack, YStack } from 'tamagui'
|
import { XStack, YStack } from 'tamagui'
|
||||||
import { InfoIcon } from '@status-im/icons'
|
import { InfoBadgeIcon } from '@status-im/icons';
|
||||||
import { Avatar, Text } from '@status-im/components'
|
import { Avatar, Text } from '@status-im/components'
|
||||||
|
|
||||||
const PairedDeviceCard = () => {
|
const PairedDeviceCard = () => {
|
||||||
|
@ -24,7 +24,7 @@ const PairedDeviceCard = () => {
|
||||||
</Text>
|
</Text>
|
||||||
</YStack>
|
</YStack>
|
||||||
</XStack>
|
</XStack>
|
||||||
<InfoIcon size={20} color="#A1ABBD" cursor={'pointer'} />
|
<InfoBadgeIcon size={20} color="#A1ABBD" cursor={'pointer'} />
|
||||||
</XStack>
|
</XStack>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue