mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 19:55:27 +00:00
Specify app bar color (#558)
This commit is contained in:
@ -1498,6 +1498,7 @@ class _APIFormWidgetState extends State<APIFormWidget> {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(widget.title),
|
||||
backgroundColor: COLOR_APP_BAR,
|
||||
actions: [
|
||||
IconButton(
|
||||
icon: Icon(widget.icon),
|
||||
|
Reference in New Issue
Block a user