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.
This commit is contained in:
Vishesh Handa
2019-01-16 17:30:16 +01:00
parent 7692f851f2
commit 2876abb05d

View File

@ -234,6 +234,7 @@ class OnBoardingInitialChoice extends StatelessWidget {
height: 200, height: 200,
fit: BoxFit.fill, fit: BoxFit.fill,
), ),
SizedBox(width: 24.0),
Text( Text(
"GitJournal", "GitJournal",
style: headerTextStyle, style: headerTextStyle,