2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-05 08:48:55 +00:00

Tweaks for home page widget (#389)

This commit is contained in:
Oliver 2023-07-02 20:24:07 +10:00 committed by GitHub
parent 138cae2da0
commit 0365557475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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