Change background color of the bottom bar

This commit is contained in:
Vishnu Mohandas 2021-02-05 16:38:46 +05:30
parent ca96a649a2
commit aaeb4f4aae

View file

@ -212,7 +212,7 @@ class _HomeWidgetState extends State<HomeWidget> {
},
style: TabStyle.reactCircle,
height: 52,
backgroundColor: Colors.grey[900],
backgroundColor: Theme.of(context).appBarTheme.color,
top: -24,
),
);