Skip to content

Commit

Permalink
Replaced accentColor with colorScheme.secondary (flutter#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansMuller authored Apr 28, 2021
1 parent 8bcb05e commit ff15344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo_dashboard/lib/repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class _RepositoryDashboardWidgetState extends State<_RepositoryDashboardWidget>
subtitle1: headline.copyWith(fontWeight: FontWeight.normal),
headline5: headline,
),
dividerColor: Theme.of(context).accentColor,
dividerColor: Theme.of(context).colorScheme.secondary,
iconTheme: IconTheme.of(context).copyWith(size: 30.0)),
child: ListTileTheme(
contentPadding: const EdgeInsets.only(bottom: 46.0),
Expand Down

0 comments on commit ff15344

Please sign in to comment.