mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 03:46:39 +00:00
feat: add separator
This commit is contained in:
parent
f5c252f726
commit
6344fa743b
@ -1,4 +1,4 @@
|
||||
import { YStack } from 'tamagui'
|
||||
import { Separator, YStack } from 'tamagui'
|
||||
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
|
||||
import SyncStatus from './SyncStatus'
|
||||
|
||||
@ -11,7 +11,8 @@ const PairDevice = () => {
|
||||
maxWidth: '100%',
|
||||
}}
|
||||
>
|
||||
<SyncStatus isPairing={true} timer={'00:12'} isAwaitingPairing={true}/>
|
||||
<Separator borderColor={'#e3e3e3'} />
|
||||
<SyncStatus isPairing={true} timer={'00:12'} isAwaitingPairing={true} />
|
||||
</YStack>
|
||||
</PageWrapperShadow>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user