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

View File

@ -99,7 +99,7 @@ const KeystoreFiles = () => {
/> />
</YStack> </YStack>
</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 /> <KeystoreBackupsCard />
</div> </div>
</StackComponent> </StackComponent>