From df728fd0fadb6fa92d8c35f8c3f819bfae99e891 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Wed, 5 Nov 2025 08:01:20 +0100 Subject: [PATCH] change menu icon --- .../presentation/widgets/browser_modules/bottom_app_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2955bf2e..91de4a7e 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 @@ -211,7 +211,7 @@ class BrowserBottomAppBar extends HookConsumerWidget { horizontal: 8.0, vertical: 15.0, ), - child: Icon(MdiIcons.dotsHorizontal), + child: Icon(MdiIcons.dotsVertical), ), ), ),