mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-04 07:34:06 +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 OverviewCard from './OverviewCard'
|
||||
@ -12,7 +12,7 @@ const Overview = () => {
|
||||
imgHeight="250%"
|
||||
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'}>
|
||||
Overview
|
||||
</Text>
|
||||
|
Loading…
x
Reference in New Issue
Block a user