mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Specify app bar color (#558)
This commit is contained in:
parent
2e798b1bd1
commit
9c12a83176
14 changed files with 31 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
import "package:flutter/material.dart";
|
||||
import "package:flutter_tabler_icons/flutter_tabler_icons.dart";
|
||||
import "package:inventree/app_colors.dart";
|
||||
|
||||
import "package:inventree/l10.dart";
|
||||
import "package:inventree/preferences.dart";
|
||||
|
|
@ -53,6 +54,7 @@ class _HomeScreenSettingsState extends State<HomeScreenSettingsWidget> {
|
|||
key: _settingsKey,
|
||||
appBar: AppBar(
|
||||
title: Text(L10().homeScreen),
|
||||
backgroundColor: COLOR_APP_BAR,
|
||||
),
|
||||
body: Container(
|
||||
child: ListView(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue