fix(ui): drop unsupported tonalButtonTheme for Flutter 3.32

Keeps Soft Neutral ThemeData compatible with the web Docker Flutter image.

Co-authored-by: okuma <o0kuma@users.noreply.github.com>
This commit is contained in:
Cursor Agent 2026-08-03 02:01:01 +00:00
parent 31695cfb86
commit 553cb624b0
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -171,7 +171,6 @@ class AppTheme {
elevation: 0, elevation: 0,
), ),
), ),
tonalButtonTheme: null,
outlinedButtonTheme: OutlinedButtonThemeData( outlinedButtonTheme: OutlinedButtonThemeData(
style: OutlinedButton.styleFrom( style: OutlinedButton.styleFrom(
foregroundColor: ink, foregroundColor: ink,