mirror of
https://github.com/inventree/inventree-app.git
synced 2025-08-25 21:35:51 +00:00
Specify app bar color (#558)
This commit is contained in:
@@ -108,6 +108,7 @@ class _InvenTreeLoginState extends State<InvenTreeLoginWidget> {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(L10().login),
|
||||
backgroundColor: COLOR_APP_BAR,
|
||||
actions: [
|
||||
IconButton(
|
||||
icon: Icon(TablerIcons.transition_right, color: COLOR_SUCCESS),
|
||||
|
Reference in New Issue
Block a user