Skip to content

Commit

Permalink
Use magentaColor accent for Dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Nguyen committed Aug 8, 2020
1 parent 28718ec commit 2600f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data/app_themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AppThemes {
brightness: Brightness.dark,
primaryColor: Colors.black,
primarySwatch: magentaColor,
accentColor: Colors.purpleAccent,
accentColor: magentaColor,
cardColor: Color.fromRGBO(35, 35, 35, 1.0),
canvasColor: Colors.black,
);
Expand Down

0 comments on commit 2600f64

Please sign in to comment.