fix: sizes of keystore backups card

This commit is contained in:
RadoslavDimchev 2024-01-10 19:00:30 +02:00
parent fc9be4404d
commit 7ad5a4986d
2 changed files with 2 additions and 4 deletions

View File

@ -16,8 +16,7 @@ const KeystoreBackupsCard = () => {
style={{
border: '1px solid #DCE0E5',
borderRadius: '16px',
padding: '12px 16px',
marginTop: '3.4%',
padding: '9px 16px',
cursor: 'pointer',
}}
onClick={downloadKeyFilesHandler}
@ -30,7 +29,6 @@ const KeystoreBackupsCard = () => {
justifyContent: 'space-between',
width: '100%',
alignItems: 'center',
marginTop: '8px',
}}
>
<Text size={13} color="#647084">

View File

@ -99,7 +99,7 @@ const KeystoreFiles = () => {
/>
</YStack>
</YStack>
<div style={{ width: media.sm ? '100%' : '32%', paddingTop: media.sm ? 0 : '1.2%' }}>
<div style={{ width: media.sm ? '100%' : '32%', paddingTop: media.sm ? 0 : '3.8%' }}>
<KeystoreBackupsCard />
</div>
</StackComponent>