mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-14 11:15:26 +00:00
Specify app bar color (#558)
This commit is contained in:
@ -60,6 +60,7 @@ mixin BaseWidgetProperties {
|
||||
centerTitle: false,
|
||||
bottom: tabs.isEmpty ? null : TabBar(tabs: tabs),
|
||||
title: Text(getAppBarTitle()),
|
||||
backgroundColor: COLOR_APP_BAR,
|
||||
actions: appBarActions(context),
|
||||
leading: backButton(context, key),
|
||||
);
|
||||
|
Reference in New Issue
Block a user