fix: change color of close icon

This commit is contained in:
RadoslavDimchev 2023-08-25 14:54:32 +03:00
parent 1404cbe75c
commit 7a1b16759e

View File

@ -49,7 +49,7 @@ const KeyGenerationSyncCard = ({ synced, total, title }: KeyGenerationSyncCardPr
{synced} / {total} {synced} / {total}
</Text> </Text>
</YStack> </YStack>
<ClearIcon size={20} /> <ClearIcon size={20} color="#A1ABBD" />
</XStack> </XStack>
) )
} }