mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-20 15:18:33 +00:00
Update Overview.tsx
This commit is contained in:
parent
91c2904f24
commit
4295fe483e
@ -1,4 +1,4 @@
|
|||||||
import { XStack, YStack } from 'tamagui'
|
import { YStack } from 'tamagui'
|
||||||
import { Text } from '@status-im/components'
|
import { Text } from '@status-im/components'
|
||||||
|
|
||||||
import OverviewCard from './OverviewCard'
|
import OverviewCard from './OverviewCard'
|
||||||
@ -12,7 +12,7 @@ const Overview = () => {
|
|||||||
imgHeight="250%"
|
imgHeight="250%"
|
||||||
rightImageSrc="./background-images/sync-status-background.png"
|
rightImageSrc="./background-images/sync-status-background.png"
|
||||||
>
|
>
|
||||||
<YStack space={'$5'} marginTop={'2rem'} width="150%">
|
<YStack space={'$5'} marginTop={'2rem'} width="100%">
|
||||||
<Text size={27} weight={'semibold'}>
|
<Text size={27} weight={'semibold'}>
|
||||||
Overview
|
Overview
|
||||||
</Text>
|
</Text>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user