feat: add color for check icon after copy validator
This commit is contained in:
parent
08bcb779ca
commit
590cb6a9ef
|
@ -46,7 +46,7 @@ const ValidatorNameAddress = ({
|
|||
{getFormattedValidatorAddress(address)}
|
||||
</Text>
|
||||
{isCopied ? (
|
||||
<CheckIcon size={16} />
|
||||
<CheckIcon size={16} color="#647084" />
|
||||
) : (
|
||||
<CopyIcon
|
||||
size={16}
|
||||
|
|
Loading…
Reference in New Issue