From d1b562be8aa3aaa22b08334c21ae1d5ddca8bac9 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Sun, 30 Jun 2024 14:57:58 +0200 Subject: [PATCH] change backgroud color --- covas_mobile/lib/ItemMenu.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/covas_mobile/lib/ItemMenu.dart b/covas_mobile/lib/ItemMenu.dart index a56bc47..bd24c20 100644 --- a/covas_mobile/lib/ItemMenu.dart +++ b/covas_mobile/lib/ItemMenu.dart @@ -148,6 +148,8 @@ class _ItemMenuState extends State with ShowErrorDialog { // Here we take the value from the MyHomePage object that was created by // the App.build method, and use it to set our appbar title. title: Text(widget.title), + backgroundColor: Colors.blue, + foregroundColor: Colors.white, ), body: Center( // Center is a layout widget. It takes a single child and positions it