Change background color of the bottom bar
This commit is contained in:
parent
ca96a649a2
commit
aaeb4f4aae
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue