Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 31d10c0

Browse files
committed
fix background color bug
1 parent 173f75b commit 31d10c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/material/bottom_navigation_bar.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ public override Widget build(BuildContext context) {
576576
Color backgroundColor = null;
577577
switch (this.widget.type) {
578578
case BottomNavigationBarType.fix:
579+
backgroundColor = this.widget.backgroundColor;
579580
break;
580581
case BottomNavigationBarType.shifting:
581582
backgroundColor = this._backgroundColor;

0 commit comments

Comments
 (0)