Update barcode / qrcode icons

This commit is contained in:
Oliver 2022-01-05 12:08:47 +11:00
parent 53319c73da
commit d296d589d9
9 changed files with 14 additions and 15 deletions

View file

@ -82,7 +82,7 @@ class InvenTreeDrawer extends StatelessWidget {
ListTile(
title: Text(L10().scanBarcode),
onTap: _scan,
leading: FaIcon(FontAwesomeIcons.barcode),
leading: Icon(Icons.qr_code_scanner),
),
ListTile(
title: Text(L10().search),