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:
parent
31695cfb86
commit
553cb624b0
|
|
@ -171,7 +171,6 @@ class AppTheme {
|
|||
elevation: 0,
|
||||
),
|
||||
),
|
||||
tonalButtonTheme: null,
|
||||
outlinedButtonTheme: OutlinedButtonThemeData(
|
||||
style: OutlinedButton.styleFrom(
|
||||
foregroundColor: ink,
|
||||
|
|
|
|||
Loading…
Reference in New Issue