feat: add color for check icon after copy validator

This commit is contained in:
RadoslavDimchev 2024-01-22 14:39:48 +02:00
parent 08bcb779ca
commit 590cb6a9ef
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const ValidatorNameAddress = ({
{getFormattedValidatorAddress(address)}
</Text>
{isCopied ? (
<CheckIcon size={16} />
<CheckIcon size={16} color="#647084" />
) : (
<CopyIcon
size={16}