mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 21:35:42 +00:00 
			
		
		
		
	Tweaks for home page widget (#389)
This commit is contained in:
		| @@ -320,9 +320,10 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> 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<InvenTreeHomePage> 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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user