diff --git a/lib/widgets/navigation/nav_bar/nav_bar.dart b/lib/widgets/navigation/nav_bar/nav_bar.dart index 87e9ea683..636a40036 100644 --- a/lib/widgets/navigation/nav_bar/nav_bar.dart +++ b/lib/widgets/navigation/nav_bar/nav_bar.dart @@ -91,6 +91,7 @@ class _AppBottomNavBarState extends State { .toList(), onTap: (index) => _goTo(context, items, index), currentIndex: _getCurrentIndex(context, items), + elevation: 0, type: BottomNavigationBarType.fixed, backgroundColor: backgroundColor, showSelectedLabels: false,