diff --git a/lib/main.dart b/lib/main.dart index f37f47ceb..a8cf7ab77 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -44,7 +44,10 @@ class InvoiceNinjaApp extends StatelessWidget { // Widgets will find and use this value as the `Store`. store: store, child: new MaterialApp( - theme: new ThemeData.dark(), + theme: ThemeData( + brightness: Brightness.dark, + accentColor: Colors.lightBlueAccent, + ), title: 'Invoice Ninja', routes: { AppRoutes.login: (context) {