From 2876abb05da501450988e75930ebdb2d5930dd46 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 16 Jan 2019 17:30:16 +0100 Subject: [PATCH] MainOnBoardingPage: Increase the spacing in the logo I don't like the fact that I'm arbitrarily chosing these numbers, but oh well, lets just go with this for now. --- lib/screens/onboarding_screens.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/onboarding_screens.dart b/lib/screens/onboarding_screens.dart index db3a6f7e..533ba4a1 100644 --- a/lib/screens/onboarding_screens.dart +++ b/lib/screens/onboarding_screens.dart @@ -234,6 +234,7 @@ class OnBoardingInitialChoice extends StatelessWidget { height: 200, fit: BoxFit.fill, ), + SizedBox(width: 24.0), Text( "GitJournal", style: headerTextStyle,