From f431c147384f2a7aea98f77a908b37a7874c1b31 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Tue, 31 Oct 2023 16:23:29 +0200 Subject: [PATCH] fix: add more margin top to icon --- .../KeyGeneration/RecoveryMechanism/RecoveryMechanismCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism/RecoveryMechanismCard.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism/RecoveryMechanismCard.tsx index 3add21fe..7dc6a709 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism/RecoveryMechanismCard.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism/RecoveryMechanismCard.tsx @@ -33,7 +33,7 @@ const RecoveryMechanismCard = ({ value, recoveryMechanism, icon }: RecoveryMecha {value} {icon && ( -
+
logo
)}