From aaeb4f4aae559e425263467aae05040ef785bd7f Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Fri, 5 Feb 2021 16:38:46 +0530 Subject: [PATCH] Change background color of the bottom bar --- lib/ui/home_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/home_widget.dart b/lib/ui/home_widget.dart index 0357c1d05..9b2f1ccc8 100644 --- a/lib/ui/home_widget.dart +++ b/lib/ui/home_widget.dart @@ -212,7 +212,7 @@ class _HomeWidgetState extends State { }, style: TabStyle.reactCircle, height: 52, - backgroundColor: Colors.grey[900], + backgroundColor: Theme.of(context).appBarTheme.color, top: -24, ), );