From c3a2ac77b0de0918a3d38c6cc72ded946de6d08d Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Mon, 17 Nov 2025 21:19:17 +0100 Subject: [PATCH] fixed color change in appbar when scrolling --- .../views/main_menu/create_group/create_group_view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/presentation/views/main_menu/create_group/create_group_view.dart b/lib/presentation/views/main_menu/create_group/create_group_view.dart index b27fb6a..316f2d3 100644 --- a/lib/presentation/views/main_menu/create_group/create_group_view.dart +++ b/lib/presentation/views/main_menu/create_group/create_group_view.dart @@ -50,6 +50,7 @@ class _CreateGroupViewState extends State { backgroundColor: CustomTheme.backgroundColor, appBar: AppBar( backgroundColor: CustomTheme.backgroundColor, + scrolledUnderElevation: 0, title: const Text( "Create new group", style: const TextStyle(fontSize: 20, fontWeight: FontWeight.bold),