mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +08:00
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:
@ -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,
|
||||||
|
Reference in New Issue
Block a user