From e0c83988730735e444bd87ad0e631be605dc5799 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Tue, 18 Nov 2025 21:43:38 +0100 Subject: [PATCH] remove custom colors from Create Group button in GroupsView --- lib/presentation/views/main_menu/groups_view.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/presentation/views/main_menu/groups_view.dart b/lib/presentation/views/main_menu/groups_view.dart index 73f3509..7e6f59d 100644 --- a/lib/presentation/views/main_menu/groups_view.dart +++ b/lib/presentation/views/main_menu/groups_view.dart @@ -106,8 +106,6 @@ class _GroupsViewState extends State { bottom: 80, child: CustomWidthButton( text: 'Create Group', - infillColor: CustomTheme.primaryColor, - borderColor: CustomTheme.primaryColor, sizeRelativeToWidth: 0.90, onPressed: () async { await Navigator.push(