diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism/RecoveryMechanismCard.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism/RecoveryMechanismCard.tsx index 235b5aa2..22acae5c 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism/RecoveryMechanismCard.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism/RecoveryMechanismCard.tsx @@ -25,14 +25,16 @@ const RecoveryMechanismCard = ({ value, recoveryMechanism, icon }: RecoveryMecha cursor: 'pointer', backgroundColor: recoveryMechanism === value ? '#f4f6fe' : '#fff', width: '100%', - height: '140px', + height: '120px', }} onClick={handleRecMechanismChange} > {value} - logo +
+ logo +
) }