From b3cd00749de1edab1640c3bd9f0bd150a575fee0 Mon Sep 17 00:00:00 2001 From: poka <poka@p2p.legal> Date: Mon, 22 Feb 2021 09:48:14 +0100 Subject: [PATCH] Align Logo --- lib/screens/home.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/home.dart b/lib/screens/home.dart index 13e782ae..ee1a738b 100644 --- a/lib/screens/home.dart +++ b/lib/screens/home.dart @@ -126,6 +126,7 @@ class HomeScreen extends StatelessWidget { child: Row( mainAxisAlignment: MainAxisAlignment.center, children: <Widget>[ + SizedBox(width: 7), Image( image: AssetImage('assets/icon/gecko_final.png'), height: 180), -- GitLab