diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart index 6b2613d0..0dd26fd2 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart @@ -78,7 +78,7 @@ class BrowserBottomAppBar extends HookConsumerWidget { final dragStartPosition = useRef(Offset.zero); return BottomAppBar( - height: AppBar().preferredSize.height, + height: kToolbarHeight, padding: EdgeInsets.zero, child: GestureDetector( onTap: () {