mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +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"
|
||||
>
|
||||
<YStack>
|
||||
<YStack space={'$5'} width="150%">
|
||||
<Text size={27} weight={'semibold'} marginTop={'2rem'}>
|
||||
<YStack space={'$5'} width="150%" marginTop={'2rem'}>
|
||||
<Text size={27} weight={'semibold'}>
|
||||
Overview
|
||||
</Text>
|
||||
<Text size={19}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user