2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-16 12:15:31 +00:00

Specify app bar color (#558)

This commit is contained in:
Oliver
2024-12-05 14:55:10 +11:00
committed by GitHub
parent 2e798b1bd1
commit 9c12a83176
14 changed files with 31 additions and 3 deletions

View File

@ -3,6 +3,7 @@ import "package:flutter/material.dart";
import "package:flutter_tabler_icons/flutter_tabler_icons.dart";
import "package:inventree/l10.dart";
import "package:inventree/app_colors.dart";
import "package:inventree/preferences.dart";
@ -45,7 +46,10 @@ class _InvenTreePartSettingsState extends State<InvenTreePartSettingsWidget> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text(L10().partSettings)),
appBar: AppBar(
title: Text(L10().partSettings),
backgroundColor: COLOR_APP_BAR
),
body: Container(
child: ListView(
children: [