From 553cb624b0fdd60132b1fd389595a63a488e0fc3 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 3 Aug 2026 02:01:01 +0000 Subject: [PATCH] fix(ui): drop unsupported tonalButtonTheme for Flutter 3.32 Keeps Soft Neutral ThemeData compatible with the web Docker Flutter image. Co-authored-by: okuma --- mobile/lib/theme/app_theme.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/lib/theme/app_theme.dart b/mobile/lib/theme/app_theme.dart index 4a0b01e..878bd6e 100644 --- a/mobile/lib/theme/app_theme.dart +++ b/mobile/lib/theme/app_theme.dart @@ -171,7 +171,6 @@ class AppTheme { elevation: 0, ), ), - tonalButtonTheme: null, outlinedButtonTheme: OutlinedButtonThemeData( style: OutlinedButton.styleFrom( foregroundColor: ink,