mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 02:24:13 +00:00
fix: move margin
After it is not a valid prop for status text
This commit is contained in:
parent
9e48907400
commit
4346aa7bfe
@ -13,8 +13,8 @@ const Overview = () => {
|
|||||||
rightImageSrc="./background-images/sync-status-background.png"
|
rightImageSrc="./background-images/sync-status-background.png"
|
||||||
>
|
>
|
||||||
<YStack>
|
<YStack>
|
||||||
<YStack space={'$5'} width="150%">
|
<YStack space={'$5'} width="150%" marginTop={'2rem'}>
|
||||||
<Text size={27} weight={'semibold'} marginTop={'2rem'}>
|
<Text size={27} weight={'semibold'}>
|
||||||
Overview
|
Overview
|
||||||
</Text>
|
</Text>
|
||||||
<Text size={19}>
|
<Text size={19}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user