Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Removed obsolete references to ThemeData.buttonColor (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansMuller authored May 10, 2021
1 parent 930356f commit e44cd51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/studies/crane/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ ThemeData _buildCraneTheme() {
secondary: craneRed700,
),
primaryColor: cranePurple800,
buttonColor: craneRed700,
hintColor: craneWhite60,
indicatorColor: cranePrimaryWhite,
scaffoldBackgroundColor: cranePrimaryWhite,
Expand Down
1 change: 0 additions & 1 deletion lib/studies/shrine/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ThemeData _buildShrineTheme() {
appBarTheme: const AppBarTheme(brightness: Brightness.light, elevation: 0),
colorScheme: _shrineColorScheme,
primaryColor: shrinePink100,
buttonColor: shrinePink100,
scaffoldBackgroundColor: shrineBackgroundWhite,
cardColor: shrineBackgroundWhite,
errorColor: shrineErrorRed,
Expand Down

0 comments on commit e44cd51

Please sign in to comment.