mirror of
https://github.com/inventree/inventree-app.git
synced 2026-07-04 11:50:45 +00:00
bigger icons
This commit is contained in:
@@ -221,7 +221,11 @@ class _InvenTreeDrawerState extends State<InvenTreeDrawer> {
|
||||
|
||||
tiles.add(
|
||||
ListTile(
|
||||
leading: SvgPicture.asset("assets/image/inventree.svg", height: 24),
|
||||
leading: SvgPicture.asset(
|
||||
"assets/image/inventree.svg",
|
||||
height: 32,
|
||||
width: 32,
|
||||
),
|
||||
title: Text(
|
||||
L10().appTitle,
|
||||
style: TextStyle(fontWeight: FontWeight.bold),
|
||||
|
||||
@@ -547,7 +547,11 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage>
|
||||
title: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
SvgPicture.asset("assets/image/inventree.svg", height: 24),
|
||||
SvgPicture.asset(
|
||||
"assets/image/inventree.svg",
|
||||
height: 32,
|
||||
width: 32,
|
||||
),
|
||||
SizedBox(width: 8),
|
||||
Text(L10().appTitle),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user