fix: align sync cards and title

This commit is contained in:
RadoslavDimchev 2023-10-08 15:35:02 +03:00
parent 691bc01c42
commit 919612fb1c
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import KeyGenerationTitle from '../KeyGenerationTitle'
const KeyGenerationHeader = () => {
return (
<XStack style={{ width: '100%', alignItems: 'center', justifyContent: 'space-between' }}>
<XStack style={{ width: '100%', justifyContent: 'space-between' }}>
<KeyGenerationTitle />
<XStack space={'$2'}>
<KeyGenerationSyncCard

View File

@ -22,7 +22,7 @@ const KeyGenerationSyncCard = ({ synced, total, title, color }: KeyGenerationSyn
}
if (isOpen === false) {
return
return null
}
return (