Skip to content

Commit 21b8094

Browse files
authored
Update Shrine button colors (#178)
1 parent 3174525 commit 21b8094

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mdc_100_series/lib/app.dart

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@ ThemeData _buildShrineTheme() {
8787
errorColor: kShrineErrorRed,
8888
buttonTheme: base.buttonTheme.copyWith(
8989
buttonColor: kShrinePink100,
90-
textTheme: ButtonTextTheme.normal,
90+
colorScheme: base.colorScheme.copyWith(
91+
secondary: kShrineBrown900,
92+
),
93+
),
94+
buttonBarTheme: base.buttonBarTheme.copyWith(
95+
buttonTextTheme: ButtonTextTheme.accent,
9196
),
9297
primaryIconTheme: base.iconTheme.copyWith(color: kShrineBrown900),
9398
inputDecorationTheme: InputDecorationTheme(

0 commit comments

Comments
 (0)