mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Specify app bar color (#558)
This commit is contained in:
@ -43,6 +43,7 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
|
||||
key: _scaffoldKey,
|
||||
appBar: AppBar(
|
||||
title: Text(L10().settings),
|
||||
backgroundColor: COLOR_APP_BAR,
|
||||
),
|
||||
body: Center(
|
||||
child: ListView(
|
||||
|
Reference in New Issue
Block a user