Skip to content

Commit

Permalink
Update shrine theme to have correct color on cancel button
Browse files Browse the repository at this point in the history
  • Loading branch information
perclasson committed Feb 12, 2020
1 parent 356da41 commit efb40b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mdc_100_series/lib/app.dart
Expand Up @@ -64,7 +64,9 @@ ThemeData _buildShrineTheme() {
errorColor: kShrineErrorRed,
buttonTheme: base.buttonTheme.copyWith(
buttonColor: kShrinePink100,
textTheme: ButtonTextTheme.normal,
colorScheme: base.colorScheme.copyWith(
primary: kShrineBrown900,
),
),
primaryIconTheme: base.iconTheme.copyWith(
color: kShrineBrown900
Expand Down

0 comments on commit efb40b3

Please sign in to comment.