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 3174525 commit 21b8094Copy full SHA for 21b8094
mdc_100_series/lib/app.dart
@@ -87,7 +87,12 @@ ThemeData _buildShrineTheme() {
87
errorColor: kShrineErrorRed,
88
buttonTheme: base.buttonTheme.copyWith(
89
buttonColor: kShrinePink100,
90
- textTheme: ButtonTextTheme.normal,
+ colorScheme: base.colorScheme.copyWith(
91
+ secondary: kShrineBrown900,
92
+ ),
93
94
+ buttonBarTheme: base.buttonBarTheme.copyWith(
95
+ buttonTextTheme: ButtonTextTheme.accent,
96
),
97
primaryIconTheme: base.iconTheme.copyWith(color: kShrineBrown900),
98
inputDecorationTheme: InputDecorationTheme(
0 commit comments