Specify app bar color (#558)

This commit is contained in:
Oliver 2024-12-05 14:55:10 +11:00 committed by GitHub
parent 2e798b1bd1
commit 9c12a83176
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 31 additions and 3 deletions

View file

@ -102,6 +102,7 @@ class _WedgeBarcodeControllerState extends InvenTreeBarcodeControllerState {
return Scaffold(
appBar: AppBar(
backgroundColor: COLOR_APP_BAR,
title: Text(L10().scanBarcode),
),
backgroundColor: Colors.black.withOpacity(0.9),