We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8c938 commit b38eeedCopy full SHA for b38eeed
lib/theme/theme.dart
@@ -95,7 +95,9 @@ final ThemeData wgerTheme = ThemeData(
95
*/
96
textButtonTheme: TextButtonThemeData(
97
style: TextButton.styleFrom(
98
- primary: wgerPrimaryButtonColor,
+// This primary is deprecated and should not be used
99
+// primary: wgerPrimaryButtonColor,
100
+ foregroundColor: wgerPrimaryButtonColor,
101
),
102
103
outlinedButtonTheme: OutlinedButtonThemeData(
0 commit comments