fix: add more margin top to icon
This commit is contained in:
parent
dcc7b9ceea
commit
f431c14738
|
@ -33,7 +33,7 @@ const RecoveryMechanismCard = ({ value, recoveryMechanism, icon }: RecoveryMecha
|
|||
{value}
|
||||
</Text>
|
||||
{icon && (
|
||||
<div style={{ display: 'flex', justifyContent: 'end', marginTop: '8px' }}>
|
||||
<div style={{ display: 'flex', justifyContent: 'end', marginTop: '16px' }}>
|
||||
<img src={`/icons/${icon}`} alt="logo" />
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue