mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-24 00:58:19 +00:00
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 { InfoIcon } from '@status-im/icons'
|
||||
import { InfoBadgeIcon } from '@status-im/icons';
|
||||
import { Avatar, Text } from '@status-im/components'
|
||||
|
||||
const PairedDeviceCard = () => {
|
||||
@ -24,7 +24,7 @@ const PairedDeviceCard = () => {
|
||||
</Text>
|
||||
</YStack>
|
||||
</XStack>
|
||||
<InfoIcon size={20} color="#A1ABBD" cursor={'pointer'} />
|
||||
<InfoBadgeIcon size={20} color="#A1ABBD" cursor={'pointer'} />
|
||||
</XStack>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user