diff --git a/lib/widget/home.dart b/lib/widget/home.dart index cb157112..5fa8a2e9 100644 --- a/lib/widget/home.dart +++ b/lib/widget/home.dart @@ -320,9 +320,10 @@ class _InvenTreeHomePageState extends State with BaseWidgetPr return Center( child: Column( children: [ + Spacer(), Image.asset( "assets/image/logo_transparent.png", - color: Colors.white.withOpacity(0.2), + color: Colors.white.withOpacity(0.05), colorBlendMode: BlendMode.modulate, scale: 0.5, ), @@ -340,8 +341,7 @@ class _InvenTreeHomePageState extends State with BaseWidgetPr } /* - * Return the main body widget for display. - * This depends on the current value of _tabIndex + * Return the main body widget for display */ @override Widget getBody(BuildContext context) {