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 9d4cc35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mdc_100_series/lib/app.dart
Expand Up @@ -64,7 +64,12 @@ ThemeData _buildShrineTheme() {
errorColor: kShrineErrorRed,
buttonTheme: base.buttonTheme.copyWith(
buttonColor: kShrinePink100,
textTheme: ButtonTextTheme.normal,
colorScheme: base.colorScheme.copyWith(
secondary: kShrineBrown900,
),
),
buttonBarTheme: base.buttonBarTheme.copyWith(
buttonTextTheme: ButtonTextTheme.accent,
),
primaryIconTheme: base.iconTheme.copyWith(
color: kShrineBrown900
Expand Down

0 comments on commit 9d4cc35

Please sign in to comment.