diff --git a/frontend/appflowy_flutter/lib/mobile/presentation/mobile_bottom_navigation_bar.dart b/frontend/appflowy_flutter/lib/mobile/presentation/mobile_bottom_navigation_bar.dart index 1849388db4a4a..3115428eb5264 100644 --- a/frontend/appflowy_flutter/lib/mobile/presentation/mobile_bottom_navigation_bar.dart +++ b/frontend/appflowy_flutter/lib/mobile/presentation/mobile_bottom_navigation_bar.dart @@ -21,7 +21,7 @@ class MobileBottomNavigationBar extends StatelessWidget { return Scaffold( body: navigationShell, bottomNavigationBar: Theme( - data: ThemeData( + data: Theme.of(context).copyWith( splashColor: Colors.transparent, highlightColor: Colors.transparent, ),