mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-28 02:50:45 +00:00
fix: change color of close icon
This commit is contained in:
parent
1404cbe75c
commit
7a1b16759e
@ -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>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user