From 80f8619ce05522cc2fe6cb4051c17b7b2f3ff3f8 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Mon, 5 Feb 2024 22:47:32 +0200 Subject: [PATCH] fix(nimbus-logo): add reusable margin top --- src/components/Logos/NimbusLogo.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Logos/NimbusLogo.tsx b/src/components/Logos/NimbusLogo.tsx index 57ea1ff9..66ccaf23 100644 --- a/src/components/Logos/NimbusLogo.tsx +++ b/src/components/Logos/NimbusLogo.tsx @@ -1,7 +1,8 @@ import { XStack } from 'tamagui' + import BetaTag from './BetaTag' -import './NimbusLogo.css' import NimbusLogoMark from './NimbusLogoMark' +import './NimbusLogo.css' const NimbusLogo = () => { return ( @@ -9,6 +10,7 @@ const NimbusLogo = () => { style={{ alignItems: 'center', justifyContent: 'flex-start', + marginTop: '4.4rem', }} space={'$3'} >