From 6c71a8e63d558f2f654d6aee3e6ac571a405fef2 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Sun, 5 Jan 2025 14:13:40 +0100 Subject: [PATCH] Set iconSize for navigationButtons --- .../navigation_scaffold/components/navigation_button.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/widgets/navigation_scaffold/components/navigation_button.dart b/lib/widgets/navigation_scaffold/components/navigation_button.dart index ebb00af..305b0f7 100644 --- a/lib/widgets/navigation_scaffold/components/navigation_button.dart +++ b/lib/widgets/navigation_scaffold/components/navigation_button.dart @@ -60,6 +60,7 @@ class _NavigationButtonState extends ConsumerState { elevation: const WidgetStatePropertyAll(0), padding: const WidgetStatePropertyAll(EdgeInsets.zero), backgroundColor: const WidgetStatePropertyAll(Colors.transparent), + iconSize: const WidgetStatePropertyAll(24), iconColor: WidgetStateProperty.resolveWith((states) { return widget.selected ? Theme.of(context).colorScheme.primary