diff --git a/mobile/lib/shared/views/tab_controller_page.dart b/mobile/lib/shared/views/tab_controller_page.dart index 0b0634ae0e..16d52f69a3 100644 --- a/mobile/lib/shared/views/tab_controller_page.dart +++ b/mobile/lib/shared/views/tab_controller_page.dart @@ -34,6 +34,7 @@ class TabControllerPage extends ConsumerWidget { bottomNavigationBar: multiselectEnabled ? null : BottomNavigationBar( + enableFeedback: true, selectedLabelStyle: const TextStyle( fontSize: 13, fontWeight: FontWeight.w600,