mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 07:03:30 +00:00
fix: align sync cards and title
This commit is contained in:
parent
691bc01c42
commit
919612fb1c
@ -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
|
||||
|
@ -22,7 +22,7 @@ const KeyGenerationSyncCard = ({ synced, total, title, color }: KeyGenerationSyn
|
||||
}
|
||||
|
||||
if (isOpen === false) {
|
||||
return
|
||||
return null
|
||||
}
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user