2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

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

@ -330,7 +330,7 @@ class APIFormField {
controller: controller,
),
trailing: IconButton(
icon: FaIcon(FontAwesomeIcons.qrcode),
icon: Icon(Icons.qr_code),
onPressed: () async {
var handler = UniqueBarcodeHandler((String hash) {
controller.text = hash;